My new form in V6 is getting better and better, but I have a few issues.
One of them is the "Thank you message" that pops up after ppl sending the form.
I want to include data from the form. Name, date etc. but nothing shows up.
My settings are as follow:
The url to my form is: Forsamlingshus form
I cant figure out what is wrong.
I am using Chronoforms 6 manual, but
One of them is the "Thank you message" that pops up after ppl sending the form.
I want to include data from the form. Name, date etc. but nothing shows up.
My settings are as follow:
The url to my form is: Forsamlingshus form
I cant figure out what is wrong.
I am using Chronoforms 6 manual, but
Hi gabi,
What is the name of your form field ? is it "dato" or "form_field_dato" ? if its the first then you should use {data:dato}
Best regards,
Max
What is the name of your form field ? is it "dato" or "form_field_dato" ? if its the first then you should use {data:dato}
Best regards,
Max
Heya.
That made it.
Thank you so much.
Have a nice day
That made it.
Thank you so much.
Have a nice day
Hello!
When i try to call the function with short code i get the syntax error with text: unexpected "}".
The function was created under the events tab.
Tell me please where my code is wrong (or settings are)?
Much thanks in advance.
When i try to call the function with short code i get the syntax error with text: unexpected "}".
The function was created under the events tab.
Tell me please where my code is wrong (or settings are)?
Much thanks in advance.
Hi s.elena133,
The code is nearly impossible to read in the image. Please copy and paste the code as text here, and also the full error message that you see.
Bob
The code is nearly impossible to read in the image. Please copy and paste the code as text here, and also the full error message that you see.
Bob
(3rd time I've said this in 2 days)
You CANNOT use shortcodes in PHP code.
{var:} ---> $this->get("var_name", "default value");
{data:} ---> $this->data("data name", "default value");
You CANNOT use shortcodes in PHP code.
{var:} ---> $this->get("var_name", "default value");
{data:} ---> $this->data("data name", "default value");
This topic is locked and no more replies can be posted.