PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Wordpress Custom Fields

  1. Aejandro
    Member

    Hello, my site is ecommerce oriented and my theme uses wordpress custom fields to put prices for every product shown in the site.

    Is there a way to dinamically populate GF price field with wordpress custom field (price)?

    Here you can see the prices: http://goo.gl/R0eiC

    And here you can see the GF with pricing field: http://fantastico.pe/tours/paracas-ica/

    Thank you

    Posted 11 years ago on Saturday February 9, 2013 | Permalink
  2. If the price is stored in a custom field in the post where your Gravity Form is embedded, you can set the default value for the field by using this merge tag:

    {custom_field:[name]}

    If your price is stored in a custom field called "ica_pricing", you would use:

    {custom_field:ica_pricing}

    as the default value for the field.

    You can use the gf_readonly approach to keep the value from being edited.

    Posted 11 years ago on Saturday February 9, 2013 | Permalink
  3. Aejandro
    Member

    Hello, this is not working for me.

    Is there anything I have to double check?

    Thank you

    Posted 11 years ago on Sunday March 17, 2013 | Permalink
  4. Please post a link to the page on your site where we can see a form, and let us know what information is stored in the post custom fields which should be populating the form fields. Only custom fields associated with the page or post the form is embedded in will be used.

    Posted 11 years ago on Sunday March 17, 2013 | Permalink
  5. Aejandro
    Member

    OK, here you have the link: http://goo.gl/HNH7D

    The information stored in the post custom field is "Precio", which value is 19.5.

    That custom field should populate the "price" field of the form.

    Thank you

    Posted 10 years ago on Wednesday June 12, 2013 | Permalink
  6. Aejandro
    Member

    Hello? Anybody there please? =)

    Posted 10 years ago on Friday June 14, 2013 | Permalink