ihslimn / jet-form-builder-update-field

16 stars 1 forks source link

Feature Requests: Compatibility With Repeater field. #12

Open Dev-sajir opened 4 weeks ago

Dev-sajir commented 4 weeks ago

I know you are managing this addon on your spare time. But this addon is great and comes with lot features for dynamic data population.

1: if possible please introduce new system where we can use this addon to live update using repeater field. 2: using query this addon always requires to have post id/object id to fetch the data, but in some scenarios we need others. example Cpt > Course Each course will have separate time zone for man and woman.
So the query we have used where the id is > current_id macro from jetengine. (the form is on single post page) and i have 1 radio field with 2 option (male, female) and on query jfb field update settings i habe used that radio field options to fetch corresponding options

this is out of request. as you are working on this addon. we want you to work with it, even if you make this addon paid. thats fine.

ihslimn commented 3 weeks ago
  1. In fact, I recently introduced some support for repeater fields. You may update fields in the repeater when fields in the same item change. For example, if you have such form https://i.imgur.com/Z1AeuiH.png then for repeater field you should set it up like that https://i.imgur.com/VCADxDB.png In the macro, you also use square braces https://i.imgur.com/41MyuW8.png
  2. I do not understand your question. Please, elaborate.