formtools/core

Modifying the default "thank you page" in formbuilder

Closed this issue · 1 comments

k0jdd commented

I have created a form using formbuilder and default template

I want to change the thank you page as follows:

typage

I have searched the entire codebase and the only place these words appear are in modules/form_builder/code/Module.class.php

I tried changing this:

"default_thankyou_page_content" => "<h2 class=\"ts_heading\">Thanks!</h2>\n\n<p>\n Your form has been processed. Thanks for submitting the form.\n</p>\n\n<p>\n <a href=\"?page=1\">Click here</a> to put through another submmission.\n</p>",

to this:

"default_thankyou_page_content" => "<h2 class=\"ts_heading\">Thanks!</h2>\n\n<p>\n Your form has been processed. Thanks for submitting the form.\n</p>\n\n<p>\n </p>",

and nothing happened.

I also tried to see if this was in the database somewhere - couldn't find anything,

Where else do I look?

k0jdd commented

never mind - found it under

MODULES >> FORMBUILDER >> THANKYOU PAGE