Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle non-text input fields in Flottform extension to prevent host warnings #76

Open
3 tasks
TamaraBogantseva opened this issue Oct 29, 2024 · 0 comments
Open
3 tasks

Comments

@TamaraBogantseva
Copy link
Contributor

TamaraBogantseva commented 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

  • 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.

@TamaraBogantseva 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant