Crocoblock / suggestions

The suggestions for CrocoBlock project
195 stars 78 forks source link

Allow multiple field mapping in jetformbuilder insert post/CCT action #7479

Open AlexTechEL opened 5 months ago

AlexTechEL commented 5 months ago

Hi,

Feature: Allow to map multiple fields to a CCT insert/update action instead of being limited to just one. That way if one field is empty the value from the next one is being assigned to it, even better if it is possible to add conditions.

In my example I have a form which has multiple fields of glossary cities which display depending on the country selected in the previous fields. So I have Countries: Germany | Russia | Turkey etc Cities DE (conditional) : Munich, Berlin etc Cities RU (conditional): Moscow etc

My goal is to be able to assign multiple fields to the CCT of city, so both Field 2, 3 etc can be assigned to one CCT field without multiple and complex CCT insert actions.