Crocoblock / jetformbuilder

72 stars 15 forks source link

Get values of an object (like meta field values) as dynamic value #414

Open xokko opened 4 months ago

xokko commented 4 months ago

It seems not to be possible (except maybe with an additional, complicated plugin https://github.com/ihslimn/jet-form-builder-update-field). If I select a post in a Select Field (or checkbox or radio), than I get an ID. With this ID I would like to get everything from this object (title, meta data, relation...). It is possible to do it with a URL Query Variable - why not dynamically with a variable from other fields? Here is the right place to add a third option: "Field Value":

image

What do you think?

cwinkler8 commented 3 months ago

@MjHead I just came across this similar request. It would be great to see the "get post id from" field include additional options. As I mentioned in my facebook post, including an option for data-attributes here would be a simple way to get dynamic data into a form using query loops.