• Create plugin!!!

    I would like to convert the field [your-email].

    function.php

    function cf7_upper_email($email){
     
    	return strtoupper ($email);
    	
    }
     
    add_shortcode('CF7_UPPER_EMAIL', 'cf7_upper_email');

    Tab [FORM]

    <p>[dynamictext converted-email “CF7_UPPER_EMAIL”]</p>

    Tab [MAIL], field [MESSAGE BODY]

    Hai, the converted email is: [converted-email]

    How can I parse the field [your-email] into the function?

    Here is an example but with no parameters: http://wptips.me/how-to-add-dynamic-values-into-contact-form-7-inputs/

    • This topic was modified 9 years, 3 months ago by pacecal.

The topic ‘Convert e-mail’ is closed to new replies.