• 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!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter saityalex

    (@saityalex)

    what I need is (for example):

    if detected city is moscow – send to [email protected]
    if detected city is london or berlin or paris (big list of cities) send to [email protected]
    if detected city is beijin or tokio or smth else (again, big list of cities) send to [email protected]

    Plugin Author John Huebner

    (@hube2)

    Sorry I haven’t replied and that no one else is helping you. This plugin is written by a coder and really does require and understanding of PHP, WP and coding to use. I use this plugin in concert with the two other CF7 addons that I built.

    If you’re not much of a coder I would suggest that your first step is to use something other than CF7. Most of the better plugins available, mostly premium plugins, have this type of dynamic functionality built into them.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help dynamic field argument’ is closed to new replies.