This topic is locked

List page inline add limit to 1

8/30/2022 1:56:36 PM
PHPRunner General questions
D
david22585 author

Is there a way to limit the number of inline adds at once to 1 on the list page? This way someone can't click the button 5 times to add 5 things at once, only 1 at a time.

Also, if I have custom buttons on the list page, when you do the inline add, it adds those buttons to each record while adding, vs showing the information after being added.

Sergey Kornilov admin 8/30/2022

You can hide Inline Add button once they click it or once they save the record.

D
david22585 author 8/31/2022

I can use a custom button for the inline add and cancel that does that, but when you do an inline add, all the custom buttons also appear on the new row while adding too. Like a delete button, add child record button, etc. Those shouldn't appear until after the record is added, as they're useless until there is a new record in the DB.