{"id":27469,"date":"2012-11-01T13:46:26","date_gmt":"2012-11-01T20:46:26","guid":{"rendered":"http:\/\/tri.be\/support\/forums\/topic\/event-cost-field-id\/"},"modified":"2015-07-07T06:26:15","modified_gmt":"2015-07-07T13:26:15","slug":"event-cost-field-id","status":"closed","type":"topic","link":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/event-cost-field-id\/","title":{"rendered":"Event Cost Field ID"},"content":{"rendered":"<p>Hello.  I am working on a custom solution that uses Gravity Forms.  Specifically, I am build an event registration form that is dynamically updated as new events are created using your plugin.  With Jonah&#8217;s help I have successfully mapped the &#8216;tribe_events&#8217; custom field id to the registration form.  Now, I would like to also include the pricing information associated a given event.  Example &#8211; if event A costs $10 to attend and event B costs $15, when I select event A from the registration form&#8217;s drop down, I would also like to both SEE the event&#8217;s price in a field that is dynamically updated, as well as PASS THROUGH the cost information to paypal when the form is submitted.  Here is the form&#8217;s code located in my functions.php file, I just can&#8217;t figure out the COST field ID&#8230;  the &#8216;tribe_get_cost ()&#8217; string isn&#8217;t working for me.<\/p>\n<p>add_filter(&#8220;gform_pre_render&#8221;, &#8220;populate_dropdown&#8221;);<br \/>\nfunction populate_dropdown($form){<\/p>\n<p>    \/\/NOTE: replace 221 below with your actual form ID<br \/>\n    if($form[&#8220;id&#8221;] != 1)<br \/>\n       return $form;<\/p>\n<p>    \/\/NOTE: replace your_post_type below with your actual post type name<br \/>\n    $posts = get_posts( array(&#8220;post_type&#8221; =&gt; &#8220;tribe_events&#8221;) );<\/p>\n<p>    \/\/Creating drop down item array.<br \/>\n    $items = array();<\/p>\n<p>    \/\/Adding initial blank value.<br \/>\n    $items[] = array(&#8220;text&#8221; =&gt; &#8220;&#8221;, &#8220;value&#8221; =&gt; &#8220;&#8221;, &#8220;price&#8221; =&gt; &#8220;&#8221;);<\/p>\n<p>    \/\/Adding post titles to the items array<br \/>\n    foreach($posts as $post){<br \/>\n        $items[] = array(&#8220;text&#8221; =&gt; $post-&gt;post_title, &#8220;value&#8221; =&gt; $post-&gt;post_title, &#8220;price&#8221; =&gt; tribe_get_cost ());<br \/>\n    }<\/p>\n<p>    \/\/Adding items to field id 1. Replace 1 with your actual product field id.<br \/>\n    foreach($form[&#8220;fields&#8221;] as &amp;$field)<br \/>\n        if($field[&#8220;id&#8221;] == 15){<br \/>\n            $field[&#8220;choices&#8221;] = $items;<br \/>\n        }<\/p>\n<p>    return $form; <\/p>\n","protected":false},"template":"","class_list":["post-27469","topic","type-topic","status-closed","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Event Cost Field ID -<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/event-cost-field-id\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Event Cost Field ID -\" \/>\n<meta property=\"og:description\" content=\"Hello. I am working on a custom solution that uses Gravity Forms. Specifically, I am build an event registration form that is dynamically updated as new events are created using your plugin. With Jonah&#8217;s help I have successfully mapped the &#8216;tribe_events&#8217; custom field id to the registration form. Now, I would like to also include [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/event-cost-field-id\/\" \/>\n<meta property=\"article:modified_time\" content=\"2015-07-07T13:26:15+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/event-cost-field-id\/\",\"url\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/event-cost-field-id\/\",\"name\":\"Event Cost Field ID -\",\"isPartOf\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/#website\"},\"datePublished\":\"2012-11-01T20:46:26+00:00\",\"dateModified\":\"2015-07-07T13:26:15+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/event-cost-field-id\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/event-cost-field-id\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/event-cost-field-id\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/theeventscalendar.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Topics\",\"item\":\"https:\/\/theeventscalendar.com\/support\/topics\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Calendar Products\",\"item\":\"https:\/\/theeventscalendar.com\/support\/forums\/forum\/events\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Events Calendar PRO\",\"item\":\"https:\/\/theeventscalendar.com\/support\/forums\/forum\/events\/events-calendar-pro\/\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"Event Cost Field ID\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/#website\",\"url\":\"https:\/\/theeventscalendar.com\/support\/\",\"name\":\"\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/theeventscalendar.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Event Cost Field ID -","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/event-cost-field-id\/","og_locale":"en_US","og_type":"article","og_title":"Event Cost Field ID -","og_description":"Hello. I am working on a custom solution that uses Gravity Forms. Specifically, I am build an event registration form that is dynamically updated as new events are created using your plugin. With Jonah&#8217;s help I have successfully mapped the &#8216;tribe_events&#8217; custom field id to the registration form. Now, I would like to also include [&hellip;]","og_url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/event-cost-field-id\/","article_modified_time":"2015-07-07T13:26:15+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/event-cost-field-id\/","url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/event-cost-field-id\/","name":"Event Cost Field ID -","isPartOf":{"@id":"https:\/\/theeventscalendar.com\/support\/#website"},"datePublished":"2012-11-01T20:46:26+00:00","dateModified":"2015-07-07T13:26:15+00:00","breadcrumb":{"@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/event-cost-field-id\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/theeventscalendar.com\/support\/forums\/topic\/event-cost-field-id\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/event-cost-field-id\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/theeventscalendar.com\/support\/"},{"@type":"ListItem","position":2,"name":"Topics","item":"https:\/\/theeventscalendar.com\/support\/topics\/"},{"@type":"ListItem","position":3,"name":"Calendar Products","item":"https:\/\/theeventscalendar.com\/support\/forums\/forum\/events\/"},{"@type":"ListItem","position":4,"name":"Events Calendar PRO","item":"https:\/\/theeventscalendar.com\/support\/forums\/forum\/events\/events-calendar-pro\/"},{"@type":"ListItem","position":5,"name":"Event Cost Field ID"}]},{"@type":"WebSite","@id":"https:\/\/theeventscalendar.com\/support\/#website","url":"https:\/\/theeventscalendar.com\/support\/","name":"","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/theeventscalendar.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/27469","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic"}],"about":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":1,"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/27469\/revisions"}],"predecessor-version":[{"id":978137,"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/27469\/revisions\/978137"}],"wp:attachment":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/media?parent=27469"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}