Skip to main content

Internal - Forms - FormDr - How can we make sure if the correct field value is used in FormDr?

## Double check Field Value in TrackStat

Updated this week

To ensure that the correct field values are being used on a form, especially when not using the TrackStat template, by checking the field names through the Inspect > Element.

Key Steps

  1. Open the form that needs to be checked for field values.

  2. Right-click on the form and select "Inspect" to open the Element.

  3. In the form, locate the specific field you want to check (e.g., email, cell phone, state).

  4. Look for the "name" attribute of the field to confirm its value.

  5. Double-click on the field name in the form page and copy it for reference.

  6. Use the copied field name to search for it in the form and verify if it matches the expected value.

  7. Repeat the process for other fields as needed, ensuring consistency in field names.

Cautionary Notes

  • Some fields may not be accessible through this method, especially non-input fields like dropdowns.

  • Verify the field names carefully to avoid any discrepancies in the form values.

  • Be cautious when making changes based on the field names, as it may affect the functionality of the form.

Tips for Efficiency

  • Use the console to quickly check field values without accessing the form directly.

  • Double-click and copy the field names for easy reference and comparison.

  • Focus on input fields for accurate field name verification.

  • Document any discrepancies found for further investigation or clarification.

Did this answer your question?