miteshnile
Create multiple records on a resource based on multiple select options
Hello experts! I have a scenario in which I have an Invitation model that associates an event with a customer having two columns event_id and invited_user_id. What I want in my create resource form is to have a multiple select for the invited_user_id and when I submit the form a new record should be created for every selected invited_user_id in the multiple select. Is this possible or is there any workaround for this? Thank you in advance!
1 replies
confirmation on page exit
Hello! Is there a way to show confirmation if the user tries to exit the create resource page? It would be useful if the user accidentally clicks the close button or any other link while filling up the create resource form.
7 replies
exclude form component from submission
is there a way to exclude a form component from submission in create and edit resource. I have used a select component to populate the options in another select component and that is the only purpose of the first select. How can I prevent the first select from submitting it's value in the form post data?
6 replies