Hello,
I used in FormBuilder a variable named {$sub_url} for submitting the url of the page where the form was located.
{$sub_url} URL of page containing form
I can't find a way to replicate this variable in the CGBetterForms or I can't find it.
Can anyone give me a hint for a workaround or a solution for this?
Thank you
URL containing the form in CGBetterForms
Re: URL containing the form in CGBetterForms
You could use $smarty.server.REQUEST_URI, {get_current_url} (requires CGExtensions), or cgsimple::self_url() (requires CGSimpleSmarty)
Not getting the answer you need? CMSMS support options
Re: URL containing the form in CGBetterForms
Ok, i have just tested with {get_current_url} directly in Handlers, email body template, and it worked.
Thank you
Thank you


