cannot make it work
-
I use:
[hidden hidden-200 “user_name”]
[hidden hidden-555 “user_email”]
in one of my contact form, and I can see in the markup:<div style="display:none;"> <input type="hidden" class="wpcf7-form-control wpcf7-hidden" value="mikele" name="hidden-200"> <input type="hidden" class="wpcf7-form-control wpcf7-hidden" value="[email protected]" name="hidden-555"> </div>
but when preparing both the emails toward me and the autoreply, I did try to use:
[hidden-555] or [hidden “user_email”] or [hidden hidden-555 “user_email”]
none of those resolve into the submitted value for the hidden filed.how should the tag I need to use look like?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘cannot make it work’ is closed to new replies.