Product
Events
Places & Amenities
Communication
Access Control
Marketplace
OneCredential
Solutions
Developers
Lifestyle Directors
Plans & Features
About Alosant
Resources
Featured News
News
Customer Success
Podcast
Schedule a Demo
Product
Events
Places & Amenities
Communication
Access Control
Marketplace
OneCredential
Solutions
Developers
Lifestyle Directors
Resources
Featured News
News
Customer Success
Podcast
Plans & Features
About Alosant
Schedule Demo
Contact
Contact sales
Interested in a community-branded app? Let's chat!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Need support?
We’re here to help. Contact our support team at
support@alosant.com
. Our support team usually replies within 24 hours.
Contact for press
Member of the press? Contact our PR team.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
document.addEventListener("DOMContentLoaded", function () { // Find all forms on the page const forms = document.querySelectorAll("form"); // Loop through each form forms.forEach(function(form) { // Find the submit button inside each form const submitButton = form.querySelector("button"); if (submitButton) { // Set the button's type to "submit" if it's not already submitButton.setAttribute("type", "submit"); } }); });