Let users fill customised inputs created by school admins

In my Bubble application, I have an “Insc Custom Field Settings” table that contains the fields “School”, “Type” (text or date), “Value” and “Required”, it is used by school admins to create custom fields for the school registration form.

I also created a repeatinggroup in the form that displays the custom inputs created by the school admins and I added a condition to display the inputs in the repeatinggroup of the form according to the “Type” saved: Text or Date.

Now when the administrator clicks on the validate button in the registration form, I want these custom inputs to be saved as well, so I created a table called: Insc Custom Field Associate which contains the “Candidate” of type Application, “Field” of type Insc Custom Field Settings, “Student” of type User and “Value” type text.

But now I don’t understand how can I save this custom data into Insc Custom Field Associate, because I can’t access input values inside my RG .

Accessing input values that are inside of an RG from outside of the RG can be tricky. There are some plugins that help with it, such as toolbox plugin (a bit more technical) and Orchestra (need to wrap head around how to implement but is more just logic than technical needs)…this will allow you to run workflows from outside of the RG while accessing input values from the RG.

There are other options as well that can be helpful for other features to be added, but require more development work, so I’d say for you, you might want to check out Orchestra first.

This plugin by @ZeroqodeSupport allows building dynamic arrays and objects based on user inputs.

Might be worth checking it out.

1 Like

I’ll have a look, thanks a lot !

Which plugin?

This topic was automatically closed after 70 days. New replies are no longer allowed.