Email field does not show up in request form in Chrome
-
I have been using shortcodes to add Access Your Data, Data Complaint and Request Data Deletion or Anonymization forms. Though, noticed on Chrome the email field does not show up and below is the code when I inspected the element:
<form class="gdpr-export-data-form" action="https://prototypeadvertising.com/wp-admin/admin-post.php" method="post"> <input type="hidden" id="gdpr_request_nonce" name="gdpr_request_nonce" value="eaa5bf88c1"> <input type="hidden" name="_wp_http_referer" value="/access-your-data/"> <input type="hidden" name="action" value="gdpr_send_request_email"> <input type="hidden" name="type" value="export-data"> <input type="submit" value="Download my data"> </form>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Email field does not show up in request form in Chrome’ is closed to new replies.