Exclude Form Fields from Tracking
You can exclude specific fields from being captured when a form is submitted to WhatConverts. This is helpful for sensitive information like credit card details, passwords, or any data you don’t want stored in your account.
Add Excluded Form Fields
Follow these steps to exclude specific fields from being tracked in WhatConverts:
- Locate the form field you want to exclude.
Open your website’s form source code and find the input field you want to hide from tracking.
Example:
<input name="creditcardnum" id="creditcardnum">
- Modify the field to include the data-wc-ignore attribute.
Place the attribute directly in the input tag, as shown below:
data-wc-ignore="true" - Confirm the field is updated. The updated form field should look like this:
<input name="creditcardnum" id="creditcardnum" data-wc-ignore="true">
Any field containing the data-wc-ignore="true" attribute will be excluded from WhatConverts tracking. - Save and test your form: Submit a test form to confirm the excluded field does not appear in your WhatConverts lead details.
Related Topics
Get a FREE presentation of WhatConverts
One of our marketing experts will give you a full presentation of how WhatConverts can help you grow your business.
Schedule a Demo