Today when sending send email parameters from the static site form if these parameters are with the incorrect names the API is executing an internal error and is not handling the errors and returning which parameters are incorrect example:
To send the name should be passed the parameter as _name, more if sent as name for example the API should return a JSON saying that the parameter name should be passed as _name.
Today when sending send email parameters from the static site form if these parameters are with the incorrect names the API is executing an internal error and is not handling the errors and returning which parameters are incorrect example:
To send the name should be passed the parameter as _name, more if sent as name for example the API should return a JSON saying that the parameter name should be passed as _name.