Help dynamic field argument
-
Hello! Thank you for the plugin, I’m sure it’s very helpful. Unfortunately, I’m not good with writing php. So I need your help.
I’ve got CF7 + dynamic text extension plugin + geoIP
It helped me to create Contact form that detects city of a user and show it in a field. With this, I want to send forms to different recipients depending on the city detected.My contact form is:
<p>your name<br />
[text* your-name] </p><p>your e-mail<br />
[email your-email] </p><p>your phone<br />
[tel* your-tel class:tel placeholder “+7 (___) ___-__-__”]</p><p>Your city<br />
[dynamictext dynamictext-813 “geoip_detect2 property=’city'”]</p><p>Your message<br />
[textarea your-message]</p><p>[recaptcha]</p>
<p style=”margin-top: 0px;”>[submit “Send”]</p>
<span class=”hideMe”>[dynamictext dynamicname “CF7_URL”]</span>
Please help me with php code and lines for contact form. And what should I write in settings of CF7 field “To”? Dynamic shortcode or what?
Thank you in advance!
- The topic ‘Help dynamic field argument’ is closed to new replies.