• Resolved yanivkoren

    (@yanivkoren)


    hello,
    I’m trying to create a page to edit single pod (in frontend ) though url variable named pod_meals_id.
    [pods-form name="pod_meals" id="{@get.pod_meals_id}" fields="meal_description,meal_date"]
    I put the shortcode in page named page1.
    When I navigate to this url I get empty fields (like new pods entry)
    https://mywebsite.com/page1/?pod_meals_id=3011 (3011 is my pod id)
    If i replace @get.pod_meals_id with 3011:
    [pods-form name="pod_meals" id="3011" fields="meal_description,meal_date"]
    the fields are with the pods data.
    Any idea what am i doing wrong?

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘edit pod with shortcode form’ is closed to new replies.