Welcome Guest, Not a member yet? Register   Sign In
Loading the form and validating in the same function?
#9

[eluser]parham90[/eluser]
Of course. Please note that in an effort to fix the problem (which didn't work anyway), I moved the code that got the recaptcha HTML to the view, rather than the controller. So, don't worry that the $this->recaptcha->get_html() line is being repeated twice; it is not. The view code follows:

Code:
<html>
<head>
<Title>Contact Us</title>
</head>
<body>
<h1>Contact Us</h1>
&lt;?=validation_errors()?&gt;<br/>
You can use this page to send us any comments, questions, suggestions or requests. Entering an email is required, as it will allow us to get back to you on your query.<br/>
&lt;?=validation_errors()?&gt;<br/>
&lt;?=form_open('welcome/contact')?&gt;
&lt;?=form_label('Email Address (Required)', 'email')?&gt;
&lt;?=form_input('Email', set_value('email'))?&gt;<br/>
&lt;?=form_label('Name (required)', 'name')?&gt;
&lt;?=form_input('name', set_value('name'))?&gt;<br/>
&lt;?=form_label('Message (required)', 'message')?&gt;
&lt;?=form_input('message', set_value('message'))?&gt;<br/>
&lt;?=form_label('Phone number (optional)', 'phone')?&gt;
&lt;?=form_input('phone', set_value('phone'))?&gt;<br/>
&lt;?=$this->recaptcha->get_html()?&gt;<br/>
&lt;?=form_submit('submit', 'Send')?&gt;
&lt;?=form_close()?&gt;
&lt;/body&gt;
&lt;/html&gt;

Thanks again for all your help.


Messages In This Thread
Loading the form and validating in the same function? - by El Forum - 04-29-2010, 08:40 AM
Loading the form and validating in the same function? - by El Forum - 04-29-2010, 08:45 AM
Loading the form and validating in the same function? - by El Forum - 04-29-2010, 08:57 AM
Loading the form and validating in the same function? - by El Forum - 04-29-2010, 09:05 AM
Loading the form and validating in the same function? - by El Forum - 04-29-2010, 09:09 AM
Loading the form and validating in the same function? - by El Forum - 04-29-2010, 09:10 AM
Loading the form and validating in the same function? - by El Forum - 04-29-2010, 09:45 AM
Loading the form and validating in the same function? - by El Forum - 04-29-2010, 10:18 AM
Loading the form and validating in the same function? - by El Forum - 04-29-2010, 10:42 AM
Loading the form and validating in the same function? - by El Forum - 04-29-2010, 11:40 AM
Loading the form and validating in the same function? - by El Forum - 04-29-2010, 11:58 AM
Loading the form and validating in the same function? - by El Forum - 04-29-2010, 04:26 PM
Loading the form and validating in the same function? - by El Forum - 04-30-2010, 12:50 AM
Loading the form and validating in the same function? - by El Forum - 04-30-2010, 03:32 PM
Loading the form and validating in the same function? - by El Forum - 04-30-2010, 10:27 PM



Theme © iAndrew 2016 - Forum software by © MyBB