You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Flottform targets an input field that is not of type text (e.g., number, email, tel), sending regular text (such as alphabets) causes issues. The host will display warnings like: "The specified value 'not a number' cannot be parsed, or is out of range," and the value will not be attached to the input field. This limits functionality for forms requiring specific input types.
A potential solution could involve creating multiple client pages to manage different input types, ensuring that only compatible values are sent to each field type.
Links / References
\
Tasks / Definition of Done
Investigate and implement a way to handle input types correctly (e.g., number, email, tel).
Explore the possibility of having multiple client pages for different input types.
Test thoroughly to ensure no warnings or errors are thrown on the host side.
Further information
Implementing this enhancement would allow Flottform to work seamlessly with different types of input fields, making it more robust across a variety of forms.
The text was updated successfully, but these errors were encountered:
TamaraBogantseva
changed the title
if targeted input field is of type number and we send text (alphabets) through Flottform it won't work. It'll throw this warning on the host side The specified value "not a number" cannot be parsed, or is out of range. + won't attach anything to the number input field. A solution maybe having multiple client pages.
Handle non-text input fields in Flottform extension to prevent host warnings
Oct 29, 2024
Description
When Flottform targets an input field that is not of type
text
(e.g.,number
,email
,tel
), sending regular text (such as alphabets) causes issues. The host will display warnings like: "The specified value 'not a number' cannot be parsed, or is out of range," and the value will not be attached to the input field. This limits functionality for forms requiring specific input types.A potential solution could involve creating multiple client pages to manage different input types, ensuring that only compatible values are sent to each field type.
Links / References
\
Tasks / Definition of Done
number
,email
,tel
).Further information
Implementing this enhancement would allow Flottform to work seamlessly with different types of input fields, making it more robust across a variety of forms.
The text was updated successfully, but these errors were encountered: