View Single Post
Old 06-18-2012, 03:40 PM   PM User | #11
webiter
New to the CF scene

 
Join Date: Jun 2012
Location: Rep of Ireland
Posts: 9
Thanks: 3
Thanked 0 Times in 0 Posts
webiter is an unknown quantity at this point
Maybe this should be a new topic/thread

When I change the action on the line from this

PHP Code:
<form id="contact_form" method="post" action="?"
to this, introducing a formHandler file

PHP Code:
<form id="contact_form" method="post" action="formHandler.php"
and move all of the class validate code { } to the formHandler.php file, the files will not talk to each other.

Is it a simple task to get the contact.php to be actioned by the formHandler.php ?

Thanks in advance for any opinion on this item.
webiter is offline   Reply With Quote