A hidden field is a special input field whose value is sent with a form submission like other fields, but the field itself is not rendered and invisible on the front end.
Contact Form 7 supports the hidden form-tag type to represent hidden fields.
OptionExamplesDescriptionid:(id)id:fooid attribute value of the input element.class:(class)class:barclass attribute value of the input element. To set two or more classes, you can use multiple class: option, like [hidden your-text class:y2008 class:m01 class:d01].default:(source) Getting default values from the context Setting default values to the logged-in user Getting default values from shortcode attributes
Example:
[hidden your-email default:user_email "[email protected]"]
Share this:FacebookTwitterLike this:Like Loading...