Title: Computed field code parameter
Last modified: March 28, 2026

---

# Computed field code parameter

 *  Resolved [jkacher](https://wordpress.org/support/users/jkacher/)
 * (@jkacher)
 * [2 months, 1 week ago](https://wordpress.org/support/topic/computed-field-code-parameter/)
 * You get an error when passing parameters that contain double quotes.
   See the 
   link above, the first record reports an error.I send the parameter below as: 
   const args = {param1: “{:title_english}”in the computed field code.Somehow such
   codes need to be encoded and decoded inside your program, as users we cannot 
   check for the double quotes inside the text lines.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcomputed-field-code-parameter%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Contributor [Kim L](https://wordpress.org/support/users/kimmyx/)
 * (@kimmyx)
 * [2 months, 1 week ago](https://wordpress.org/support/topic/computed-field-code-parameter/#post-18866342)
 * Hi [@jkacher](https://wordpress.org/support/users/jkacher/),
 * For parameters that possibly contain single/double quotes, it’s safe to use back
   ticks instead.
 * For example:
 *     ```wp-block-code
       const args = {param1: <code>{:title_english}</code>
       ```
   
 * Let us know if that works. 🙏
 *  Plugin Contributor [Kim L](https://wordpress.org/support/users/kimmyx/)
 * (@kimmyx)
 * [2 months, 1 week ago](https://wordpress.org/support/topic/computed-field-code-parameter/#post-18866398)
 * Hi [@jkacher](https://wordpress.org/support/users/jkacher/),
 * It seems like the forum editor encoded the sample code I sent literally.
 * Please see the correct example here: [https://share.zight.com/o0udE8en](https://share.zight.com/o0udE8en)
 * Let us know if that works. 🙏

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

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcomputed-field-code-parameter%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/wp-data-access/assets/icon-256x256.png?rev=3299063)
 * [WP Data Access – App Builder for Tables, Forms, Charts, Maps & Dashboards](https://wordpress.org/plugins/wp-data-access/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-data-access/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-data-access/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-data-access/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-data-access/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Kim L](https://wordpress.org/support/users/kimmyx/)
 * Last activity: [2 months, 1 week ago](https://wordpress.org/support/topic/computed-field-code-parameter/#post-18866398)
 * Status: resolved