Displaying a form's name when created

Permalink
Hello,
Is there a simple way to display a form's name that I am missing? I just want it show the name I entered in the options section of the form builder but it isn't (seems like this should be a no brainer).
Thanks

braincramp
 
Xabatar replied on at Permalink Reply
Xabatar
Hello

There is a way, not super simple but isn't complicated.
You need to create a custom template for your form and where you want to show the Form's name insert this:
<?php echo $survey->surveyName?>


That's all.
Don't forget to choose your custom template for your form.
Steevb replied on at Permalink Reply
Steevb
Do you want to display a form name above the form you place on your page?

If so, then place a 'content block' with form name in it, i.e 'Contact Form', then put the form block in underneath.

The name you give in the 'options' tab only helps with tracking what forms have been used.
Xabatar replied on at Permalink Reply
Xabatar
He wanted just like me to show the already inserted Form's Name (you complete this in the form editing block) above the form not to add and extra content block to where to add a title.

And like I pointed out you can do this by adding that line to your custom form template.
I always use custom templates for forms because I like to give a designer look to my forms, not to insert a plain default form.