Jan 24th, 2016, 9:36 AM
Hi,
can someone help me, and explain me where I can set the action on the form?
When I look in the formbuilder/published directory and have a look in the code of my form there is no <form action...>
Your forms need to go to the new file:
something like - <form action="http://www.your-domain.com/formtools/processC.php" method="post">
and also, how can I add the below catcha code to forms built with formbuilder?
and the captcha itself, wherever you need it in your form:
Code:
<img id="captcha" src="http://www.your-domain.com/formtools/securimage/securimage_show.php" alt="CAPTCHA Image" alt="Security Image" style="padding-left: 4px;" align="right" />
<font size="1">copy the code to the field:</font><br />
<input type="text" name="captcha_code" size="10" maxlength="6" />
<a href="#" onclick="document.getElementById('captcha').src = 'http://www.your-domain.com/formtools/securimage/securimage_show.php?' + Math.random(); return false">[ Different Image ]</a>
thanks in advance,
Kan
can someone help me, and explain me where I can set the action on the form?
When I look in the formbuilder/published directory and have a look in the code of my form there is no <form action...>
Your forms need to go to the new file:
something like - <form action="http://www.your-domain.com/formtools/processC.php" method="post">
and also, how can I add the below catcha code to forms built with formbuilder?
and the captcha itself, wherever you need it in your form:
Code:
<img id="captcha" src="http://www.your-domain.com/formtools/securimage/securimage_show.php" alt="CAPTCHA Image" alt="Security Image" style="padding-left: 4px;" align="right" />
<font size="1">copy the code to the field:</font><br />
<input type="text" name="captcha_code" size="10" maxlength="6" />
<a href="#" onclick="document.getElementById('captcha').src = 'http://www.your-domain.com/formtools/securimage/securimage_show.php?' + Math.random(); return false">[ Different Image ]</a>
thanks in advance,
Kan