Has anybody been able to implement something like “hit enter to send a form” in Adalo? Seems like a basic functionality and a must for mobile but I haven’t found a way to do it. I even purchased a component and it does of things a lot but cant submit forms.
Thanks!
Implementing “hit enter to send a form” in Adalo can be a bit tricky since it doesn’t natively support custom keyboard events like that. However, here are a couple of workarounds you might consider: Receiptify
- Button for Submission: While it may not be the exact functionality you’re looking for, you can add a button to your form. Users can tap the button to submit the form, which is a common practice in mobile apps.
- Custom Component: Since you mentioned you purchased a component, you might want to check if it allows for adding custom JavaScript. If it does, you can write a script that listens for the “Enter” key and triggers the form submission when detected.
- Use of a Third-Party Service: Consider integrating a third-party service (like Zapier or Integromat) that can listen for form submissions via a webhook. This way, when users hit enter in a text field, it could trigger the submission in a roundabout way.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.