Page 1 of 1

FormBuilder v0.41 Table Template

Posted: Tue Sep 18, 2007 3:34 am
by apmuthu
FormBuilder v0.4.1
Captcha v0.3
CMS v1.1.2

Load Template: Table Templates, Titles on left

Line 93 is:-

Code: Select all

<tr><td>{$prev}</td><td>{$submit}</td></tr>
Precede the above with:-

Code: Select all

{if $has_captcha == 1}
<tr><td>{$graphic_captcha}</td><td>{$input_captcha}<br />{$title_captcha}</td></tr>
{/if}

Re: FormBuilder v0.41 Table Template

Posted: Tue Sep 18, 2007 3:57 am
by apmuthu
Load Template: Table Templates, Title on top

Line 93 is:-

Code: Select all

<tr><td>{$prev}</td><td>{$submit}</td></tr>
Replace it with:

Code: Select all

{if $has_captcha == 1}
<tr><td>{$graphic_captcha}</td></tr><tr><td>{$input_captcha}<br />{$title_captcha}</td></tr>
{/if}
<tr><td>{$prev}</td></tr><tr><td>{$submit}</td></tr>

Re: FormBuilder v0.41 Table Template

Posted: Tue Sep 18, 2007 4:01 am
by calguy1000
Please post well documented, and described patches, changes, bugfixes, feature requests onto the tracker for each project at dev.cmsmadesimple.org.

If it's not on the tracker, it's almost assured that the developer won't see the fix, won't remember it, will lose track of it, etc.

Re: FormBuilder v0.41 Table Template

Posted: Tue Sep 18, 2007 4:21 am
by apmuthu
The template files for the FormBuilder v0.4.1 incorporating the above fixes is attached herein.
overwrite the files into /modules/FormBuilder/templates folder.
Rename the attached file by removing the .txt extension and unzip and upload.