Page 1 of 1

Display Edit form without needing to click Add

Posted: Wed Oct 19, 2022 5:51 pm
by mjd300
I hope I am describing this correctly.

When I set a form to type Edit and display directly with f=, all is ok except the user needs to click 'Add'

I cannot figure out how to display the form without the user needing to click the Add button.

I can display a form directly by setting it to Launch, but then I guess it is not a form as it does not have the action (Save) button.

Am I missing something obvious here?

Re: Display Edit form without needing to click Add

Posted: Wed Oct 19, 2022 6:06 pm
by kev1n
Pass the argument &r=-1 in the url to open a new record.

Re: Display Edit form without needing to click Add

Posted: Wed Oct 19, 2022 10:46 pm
by mjd300
Great, thanks.