[ad_1]
I have 2 email fields for testing: “your-email” and “email”. after submitting the form the value for “email” is “_removed” while the first field (“your-email”) works fine.
basically i need to use “email” but unable to do so.
ive tried changing field type, adding hardcoded input as HTML and also tried forcing val() using JS, even tried disabling all plugins and changed theme…. nothing helps and all I get is “_removed”
this is my form:
[text* firstname placeholder "firstname*"]
[email* your-email placeholder "email*"]
[email* email placeholder "email*"]
[tel* mobile placeholder "mobile*"]
[textarea message placeholder "message"]
[mc4wp_checkbox]
[honeypot extra nomessage:true timecheck_enabled:true]
[hidden utm_medium default:get]
[hidden utm_campaign default:get]
[hidden utm_source default:get]
[submit class:button primary "submit"]please help!
thanks 🙂
