Title: GDPR value
Last modified: April 13, 2025

---

# GDPR value

 *  Resolved [PB](https://wordpress.org/support/users/ohtusabes/)
 * (@ohtusabes)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/gdpr-value/)
 * Hello [@codepeople](https://wordpress.org/support/users/codepeople/),
 * I would like to receive the GDPR value using the corresponding tag `<%fieldname5_value%
   >` in the Email settings. However, it appears to be returning empty. Could you
   please advise on how to resolve this?
 * Thank you in advance.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fgdpr-value%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [CodePeople2](https://wordpress.org/support/users/codepeople2/)
 * (@codepeople2)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/gdpr-value/#post-18414295)
 * Hello [@ohtusabes](https://wordpress.org/support/users/ohtusabes/)
 * fieldname5 in your form is not the GDPR field; it is an HTML Content control,
   and the HTML Content fields are not submitted to the server. In your form, the
   GDPR field is the fieldname4. So, you must use the `<%fieldname4_value%>` tag.
 * Best regards.
 *  Thread Starter [PB](https://wordpress.org/support/users/ohtusabes/)
 * (@ohtusabes)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/gdpr-value/#post-18414308)
 * Hello [@codepeople2](https://wordpress.org/support/users/codepeople2/)
 * Yes, you’re right — my apologies for the oversight.
   That said, is there a way
   to submit the HTML field as part of the form submission?
 * Thanks again!
 *  Plugin Author [CodePeople2](https://wordpress.org/support/users/codepeople2/)
 * (@codepeople2)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/gdpr-value/#post-18414315)
 * Hello [@ohtusabes](https://wordpress.org/support/users/ohtusabes/)
 * In this case, you must capture the content of the “HTML Content” field with a
   submittable control. For example, you can generate the HTML structure with another
   control like a calculated field, and display the result in the HTML Content field.
   At the end, the field’s tag you insert in the notification email is for the calculated
   field.
 * For example, you can insert a calculated field in the form (fieldname123), configured
   as hidden, and enter an equation similar to:
 *     ```wp-block-code
       <p>Your name is ${fieldname1} and email ${fieldname2}</p>
       ```
   
 * In the HTML Content field, you can insert a DIV tag with the `data-cff-field`
   attribute
 *     ```wp-block-code
       <div data-cff-field="fieldname123"></div>
       ```
   
 * Finally, in the email content, you should insert the calculated field’s tag `
   <%fieldname123_value%>`
 * We have responded to this question in your other support threads.
 * Best regards.
 *  Thread Starter [PB](https://wordpress.org/support/users/ohtusabes/)
 * (@ohtusabes)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/gdpr-value/#post-18414320)
 * Hello [@codepeople2](https://wordpress.org/support/users/codepeople2/),
 * Please accept my apologies, as I have very limited knowledge of HTML or JavaScript,
   and I might repeat questions without realizing it.
 * Thank you very much!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘GDPR value’ is closed to new replies.

 * ![](https://ps.w.org/calculated-fields-form/assets/icon-256x256.jpg?rev=1734377)
 * [Calculated Fields Form](https://wordpress.org/plugins/calculated-fields-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/calculated-fields-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/calculated-fields-form/)
 * [Active Topics](https://wordpress.org/support/plugin/calculated-fields-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/calculated-fields-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/calculated-fields-form/reviews/)

## Tags

 * [email](https://wordpress.org/support/topic-tag/email/)
 * [settings](https://wordpress.org/support/topic-tag/settings/)
 * [values](https://wordpress.org/support/topic-tag/values/)

 * 4 replies
 * 2 participants
 * Last reply from: [PB](https://wordpress.org/support/users/ohtusabes/)
 * Last activity: [1 year, 1 month ago](https://wordpress.org/support/topic/gdpr-value/#post-18414320)
 * Status: resolved