Hi 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(‘https://mysite.com/thank-you/’);”
On this page I see the links I mentioned. In the sourcecode the link is:
https://www.mysite.com/wp-admin/admin-ajax.php?action=cfdb-export&form=Contact%20form%201&content=%24%7Bf1%7D&enc=HTMLTemplate
So I think it’s not a link thats coming from CF7.
Regards,
John