Hi,
I created form using chrono forms for the purposes of joomla registration following the detailed instructions found on this site. A few issues arised on submission of the form.
Firstly,
When you fill in the form incorrectly, e.g. (passwords do not match or wrong image verification code) the information that was input on the form gets reset and you have to retype all your details in again, this can become very tedious.
Secondly,
I setup emails to be sent when the form is submitted, but the email only gets sent to the admin (which is me) but the registrant doesnt receive an email.
Thirdly,
A user doesnt get created on the joomla backend, the instructions were followed down to the T.
Any suggestions would be greatly appreciated, here's a copy of the form code.
I created form using chrono forms for the purposes of joomla registration following the detailed instructions found on this site. A few issues arised on submission of the form.
Firstly,
When you fill in the form incorrectly, e.g. (passwords do not match or wrong image verification code) the information that was input on the form gets reset and you have to retype all your details in again, this can become very tedious.
Secondly,
I setup emails to be sent when the form is submitted, but the email only gets sent to the admin (which is me) but the registrant doesnt receive an email.
Thirdly,
A user doesnt get created on the joomla backend, the instructions were followed down to the T.
Any suggestions would be greatly appreciated, here's a copy of the form code.
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label" style="width: 150px;">Name*</label>
<input class="cf_inputbox required" maxlength="150" size="30" title="" id="text_0" name="name" type="text" />
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label" style="width: 150px;">Username*</label>
<input class="cf_inputbox required" maxlength="150" size="30" title="" id="text_1" name="username" type="text" />
<a class="tooltiplink" onclick="return false;"><img height="16" border="0" width="16" class="tooltipimg" alt="" src="components/com_chronocontact/css/images/tooltip.png"/></a>
<div class="tooltipdiv">Username* :: enter a username</div>
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label" style="width: 150px;">Email Address*</label>
<input class="cf_inputbox required validate-email" maxlength="150" size="30" title="" id="text_2" name="email" type="text" />
<a class="tooltiplink" onclick="return false;"><img height="16" border="0" width="16" class="tooltipimg" alt="" src="components/com_chronocontact/css/images/tooltip.png"/></a>
<div class="tooltipdiv">Email Address* :: enter your email address</div>
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_password">
<label class="cf_label" style="width: 150px;">Password*</label>
<input class="cf_inputbox" maxlength="150" size="30" title="" id="text_3" name="password" type="password" />
<a class="tooltiplink" onclick="return false;"><img height="16" border="0" width="16" class="tooltipimg" alt="" src="components/com_chronocontact/css/images/tooltip.png"/></a>
<div class="tooltipdiv">Password* :: enter a password</div>
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_password">
<label class="cf_label" style="width: 150px;">Password Confirmation*</label>
<input class="cf_inputbox" maxlength="150" size="30" title="" id="text_4" name="password_confirm" type="password" />
<a class="tooltiplink" onclick="return false;"><img height="16" border="0" width="16" class="tooltipimg" alt="" src="components/com_chronocontact/css/images/tooltip.png"/></a>
<div class="tooltipdiv">Password Confirmation* :: enter chosen password again</div>
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_dropdown">
<label class="cf_label" style="width: 150px;">Type of Establishment Owned</label>
<select class="cf_inputbox" id="select_5" size="1" title="" name="establishment">
<option value="">Choose Option</option>
<option value="restaurant">restaurant</option>
<option value="butchers">butchers</option>
<option value="public houses">public houses</option>
<option value="speciality shops">speciality shops</option>
<option value="cafes and takeaways">cafes and takeaways</option>
<option value="farmer markets">farmer markets</option>
</select>
<a class="tooltiplink" onclick="return false;"><img height="16" border="0" width="16" class="tooltipimg" alt="" src="components/com_chronocontact/css/images/tooltip.png"/></a>
<div class="tooltipdiv">Type of Establishment Owned :: type of business owned</div>
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label" style="width: 150px;">Date of Operation</label>
<input class="cf_inputbox validate-date-au" maxlength="150" size="30" title="" id="text_9" name="operation_date" type="text" />
<a class="tooltiplink" onclick="return false;"><img height="16" border="0" width="16" class="tooltipimg" alt="" src="components/com_chronocontact/css/images/tooltip.png"/></a>
<div class="tooltipdiv">Date of Operation :: how long has your business been running</div>
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_captcha">
<label class="cf_label" style="width: 150px;">Image Verification</label>
<span>{imageverification}</span>
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_button">
<input value="Register" name="button_11" type="submit" /><input type="reset" name="reset" value="Reset"/>
</div>
<div class="cfclear"> </div>
</div>
Hi bolo,
1) On the Form General Tab set "Republish fields if error occured" to 'Try to Republish"
2) What do you have in the Email Setup to send to the Registrant? (Also see 3)
3) Well, either the instructions are wrong or you missed a step. Looking at this with 2 It's my guess that the Joomla Registration Plugin isn't enabled in the Form Plugins tab. The bar should be green and show an 'x' icon if it is enabled.
Bob
1) On the Form General Tab set "Republish fields if error occured" to 'Try to Republish"
2) What do you have in the Email Setup to send to the Registrant? (Also see 3)
3) Well, either the instructions are wrong or you missed a step. Looking at this with 2 It's my guess that the Joomla Registration Plugin isn't enabled in the Form Plugins tab. The bar should be green and show an 'x' icon if it is enabled.
Bob
Hi Greyhead, thanks for the quick response.
all issues have been resolved, i did infact miss the step of enabling the joomla registration plugin, my sincerest of aplogies.
all issues have been resolved, i did infact miss the step of enabling the joomla registration plugin, my sincerest of aplogies.
This topic is locked and no more replies can be posted.
