i2-Services, Inc. Forums

Full Version: Form Modification
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I understand that the interface/form_html.php is the page that I need to modify to incorporate the look of my site (which I have managed to do).

What I need is for some text to only appear on the first page with the form - not the preview page (which is does now).

Is there a specific area that I can place this text where it will only appear on the form page and no others?

Here is the page I am referring to:

http://www.wsparks.com/f2e/forms.php?form=9&begin=1

Any guidance would be greatly appreciated.

gilman01 Wrote:
Is there a specific area that I can place this text where it will only appear on the form page and no others?



I'm guessing what you're trying to achieve here is some text/HTML on page #1 ?

Let me know if this is correct. Think I have something for you.

Thanks for the response. You are correct - I only want the text to appear on page one of the form.
Give this a shot within the template:

Code:
{if $pg == "1"}

   text / html here

{/if}

Awesome! That did the trick. Thanks for the great support.
You bet!
Reference URL's