Hey Tadabase community! I have (likely) my last custom solution to share with you this year.
This method can be used to create a scenario where users can delete a record from the child detail or edit page for the given record. Upon deletion, the user is redirected back to the parent page.
Now (to look a gift horse in the mouth): Is it possible to add a confirmation dialog? I don’t know that I can use this process without either (a) a confirmation dialog and/or (b) an undo option.
Hey William! I haven’t done this before for a submit button, however, I recommend referring to Chem’s post here for reference on how you can add the confirmation for an action link. A similar method should be possible with the submit button as well.
I have 3 tables, template, users, temp email. Whenever I want to create record on the temp email, i would like to duplicate a template and assigned it to the temp email i made. while i am on the pop up window. I can add email continuously and when I am done, I want those email on that field be deleted. Is it applicable here? I made a structure. Please refer to picture below.
I want to clear the name and email when i hit send.
that list is from temp email table, and the button Send invite(s) is from edit of the template.