I have an API Form in a static site
On submitting the form the param is passed as value of text field + name of the element + value
What am i doing wrong
Sorry have edited the original post to include the full form code. Its a form with one text input and one button(submit) . For eg if text input is “abc” then On pressing the button the api is being called with the param value as ?name=abctext1=abc instead of ?name=abc
Seems there is a bug when both form is setting query parameters and there are dynamic parameters. For your specific case just remove the dmx-param:name attribute and rename the input to name.