FormBuilder v0.41 Table Template

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
apmuthu

FormBuilder v0.41 Table Template

Post 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}
apmuthu

Re: FormBuilder v0.41 Table Template

Post 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>
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: FormBuilder v0.41 Table Template

Post 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.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
apmuthu

Re: FormBuilder v0.41 Table Template

Post 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.
Attachments

[The extension txt has been deactivated and can no longer be displayed.]

Locked

Return to “Modules/Add-Ons”