It doesn’t list all the combinations. If you are in the shorcode generator page, in the text box where $POST(param) appears, just manually change “param” to one of your column names. Or if you have this shortcode on in a post already, just change it there.
Thread Starter
qrtpro
(@qrtpro)
I realized the error.
When I appointed the contact form (made with Contact Form 7) I used this title: Modulo Richiesta iscrizione corso “Digital Marketing”.
When I create the string to be inserted inside a web page I get: [CFDB-datatable form = “Modulo Richiesta iscrizione corso “Digital Marketing”” show = “$ _ POST (your-name)”]
The “” in the name’s form there are not interpreted correctly and return an error…
I tried in CF7 to change the name, removing the “”. but the list of available modules the name remains Modulo Richiesta iscrizione corso “Digital Marketing”.
I can’t understand why…
Do you have a solutions?
Thanks.
Roberto.
-
This reply was modified 9 years, 6 months ago by
qrtpro.
Remove extraneous spaces
$_POST(your-name)
not
$ _ POST (your-name)
and
form="xx"
not
form = "xx"
Thread Starter
qrtpro
(@qrtpro)
I removed the spaces, but I still have the same problem …
This is my string:
[cfdb-datatable form=”Modulo Richiesta iscrizione corso “Digital Marketing”” show=”$_POST(your-name)”]
and this is the page with “”
if I remove the “” i have this string:
[cfdb-datatable form=”Modulo Richiesta iscrizione corso Digital Marketing” show=”$_POST(your-name)”]
and this is the page without “”
Thread Starter
qrtpro
(@qrtpro)
I changed the name in Contact Form 7 ([contact-form-7 id=”572″ title=”Modulo Richiesta iscrizione corso Digital Marketing”]), but Contact form DB see this name [cfdb-datatable form=”Modulo Richiesta iscrizione corso “Digital Marketing””]
-
This reply was modified 9 years, 6 months ago by
qrtpro.
-
This reply was modified 9 years, 6 months ago by
qrtpro.
Changing the name in CF7 only changes the form name for future entries saved in CFDB.