Title: Bind dynamic name
Last modified: July 31, 2022

---

# Bind dynamic name

 *  Resolved [pramilaniroshan](https://wordpress.org/support/users/pramilaniroshan/)
 * (@pramilaniroshan)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/bind-dynamic-name/)
 * Hi,
 * 1)How can I bind the felid value in another felid lable?
    —–example—— ( name –
   what’s your name?) (To what extent do you think {name} is a likable person)
 * 2) How can I show/hide felids depending on the calculated felid value? (At the
   moment, I can only show/hide felids based on other felids, but not calculated
   felids)
 * Please help me.
 * Thanks,
    Pramila
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fbind-dynamic-name%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/bind-dynamic-name/#post-15874611)
 * Hello [@pramilaniroshan](https://wordpress.org/support/users/pramilaniroshan/)
 * Thank you very much for using our plugin.
 * Q: How can I bind the field value in another field label?
 * A: You can enter a span tag with a unique class name in the field’s label, like:
 * To what extent do you think <span class=”user-name”></span> is a likable person
 * And then, you can insert an auxiliary calculated field (you can configure it 
   as hidden by ticking a checkbox in its settings), and assuming the field with
   the user name is the fieldname1, you can enter the equation:
 * `jQuery('.user-name').html(fieldname1);`
 * Q: How can I show/hide fields depending on the calculated field value? (At the
   moment, I can only show/hide fields based on other felids, but not calculated
   fields)
 * A: The calculated fields include a dependencies section in their settings to 
   allow you to configure dependencies based on the equations’ results. Please, 
   read the following blog post:
 * [https://cff.dwbooster.com/blog/2020/03/01/dependencies](https://cff.dwbooster.com/blog/2020/03/01/dependencies)
 * In addition, the plugin includes two operations: `ACTIVATEFIELD` and `IGNOREFIELD`
   to activate and ignore fields, respectively, from the equations code.
 * For example, IGNOREFIELD(123) disables the fieldname123. Please, note I passed
   as the parameter of the IGNOREFIELD operation only the number component of the
   field’s name.
 * Best regards.

Viewing 1 replies (of 1 total)

The topic ‘Bind dynamic name’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [codepeople](https://wordpress.org/support/users/codepeople/)
 * Last activity: [3 years, 8 months ago](https://wordpress.org/support/topic/bind-dynamic-name/#post-15874611)
 * Status: resolved