Hi Bob,
That isn't an entirely accurate description of my problem.
I want to re-use a fair bit of form layout and most fields in several forms. I just need to adjust some variables. I have chosen to copy and paste the wizard code into a file, set the form code to custom and included require('') to a php file containing the form manager code. I leave the show html action in the form. All fine except that the captcha image doesn't appear. The code is there as you can see below.
How do I force that {chronocaptcha_img} to expand to the image? I presume that is the problem. Can I make it work this way or will I have to include the php captcha code myself?
That isn't an entirely accurate description of my problem.
I want to re-use a fair bit of form layout and most fields in several forms. I just need to adjust some variables. I have chosen to copy and paste the wizard code into a file, set the form code to custom and included require('') to a php file containing the form manager code. I leave the show html action in the form. All fine except that the captcha image doesn't appear. The code is there as you can see below.
How do I force that {chronocaptcha_img} to expand to the image? I presume that is the problem. Can I make it work this way or will I have to include the php captcha code myself?
<div class="ccms_form_element cfdiv_text label_over" id="idchrono_captcha_input_container_div" style=""><label for="idchrono_captcha_input">Type the code in the box below into the box on it's left.</label><input id="idchrono_captcha_input" maxlength="5" size="5" class="chrono_captcha_input" title="" type="text" container_id="78" wf_key="127" value="" name="chrono_verification" />
{chronocaptcha_img}<div class="small-message">We need this to be sure that you are a person. Machines cannot read these characters</div>
<div class="clear"></div>
<div id="error-message-chrono_verification"></div>
</div>