Is it possible to add a title tag to a form?
Currently it just uses the default one for our site.
The problem I am really trying to solve is:
When someone searches google for our site and "register online" it brings them to a secondary form and I want google to point them to our main registration form.
Thanks
Currently it just uses the default one for our site.
The problem I am really trying to solve is:
When someone searches google for our site and "register online" it brings them to a secondary form and I want google to point them to our main registration form.
Thanks
Hi greendl,
You can add a title attribute in the Form tag attachment box of the HTML (render form) action.
Bob
You can add a title attribute in the Form tag attachment box of the HTML (render form) action.
Bob
I'm using version 4.0.5 so I don't see the "HTML (render form)" action.
I found "Form tag attachment" under the general tab (clicking on my form title instead of wizard view) but adding a title tag didn't seem to work
Is it possible in version 4?
I found "Form tag attachment" under the general tab (clicking on my form title instead of wizard view) but adding a title tag didn't seem to work
Is it possible in version 4?
Hi greendl,
Sorry, I missed that you were using Cfv4. I just checked and adding a title tag as you describe works OK. What exactly have you added to the box? I have
Bob
Sorry, I missed that you were using Cfv4. I just checked and adding a title tag as you describe works OK. What exactly have you added to the box? I have
title="xxx"
Bob
I changed it to the format you suggested but it doesn't seem to change the html page title.
It isn't changing the default <title> tag in the <head> section when I examine the rendered page.
It isn't changing the default <title> tag in the <head> section when I examine the rendered page.
Hi greendl,
No it wont change that - it will add a title attribute to the <form> tag,
Please see this FAQ
Bob
No it wont change that - it will add a title attribute to the <form> tag,
Please see this FAQ
Bob
This topic is locked and no more replies can be posted.