john1955
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form DB] Remove links from the result pageHi Michael,
Thanks again for your reply and also thanks for your warning. I didn’t really thinking about that. So I have to search for another option. Maybe I can pull this from a cookie??
Kind regards,
John
Forum: Plugins
In reply to: [Contact Form DB] Remove links from the result pageHi Michael,
Thanks for your quick respons.
CF7 doesn’t make links. Let me explane.
In CF7 I make a form form like:
[radio your-gender use_label_element “Mr.” “Mrs.”]
<p>Your name *
[text* your-name size:25] </p>
<p>E-mail *
[email* your-email size:25] </p>
<p>Your message:
[textarea your-message size:25] </p>Then I install CFDB and it will take the fields and put it in the database.
On the confirmation page I put the code:
Hi Mr/Mrs [cfdb-html form=”Contact form 1″ limit=”0,1″]${your-name}[/cfdb-html],
We just send a full description and prices to your emailaddress: [cfdb-html form=”Contact form 1″ limit=”0,1″]${your-email}[/cfdb-html]In CF7 I add in the additional settings: on_sent_ok: “location.replace(‘http://mysite.com/thank-you/’);”
On this page I see the links I mentioned. In the sourcecode the link is:
http://www.mysite.com/wp-admin/admin-ajax.php?action=cfdb-export&form=Contact%20form%201&content=%24%7Bf1%7D&enc=HTMLTemplateSo I think it’s not a link thats coming from CF7.
Regards,
John