Title Tag

greendl 29 Feb, 2016
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
GreyHead 29 Feb, 2016
Hi greendl,

You can add a title attribute in the Form tag attachment box of the HTML (render form) action.

Bob
greendl 29 Feb, 2016
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?
GreyHead 29 Feb, 2016
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
title="xxx"



Bob
greendl 29 Feb, 2016
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.
GreyHead 29 Feb, 2016
Answer
Hi greendl,

No it wont change that - it will add a title attribute to the <form> tag,

Please see this FAQ

Bob
greendl 29 Feb, 2016
Great! That did it! Thanks
This topic is locked and no more replies can be posted.