"action" cannot be used as a name attribute within a form

Wappler Version : 3.3.6
Operating System : php or node

Expected behavior

When adding an input to a form, the name attribute should be able to be set to “action”

Actual behavior

The following input:

<input type="text" class="form-control" id="inp_action" name="action" aria-describedby="inp_action_help" >

produces the following request url:

https://wappler.uniqueideas.com/[object%20HTMLInputElement]

however, changing the name attribute to “operation”, works fine.

Community Page
Last updated: