Hello, I have created a sign up form and translated the texts, however I don’t see the option to translate the “I have agree to the {terms} & {privacy policy}” and the “or” between the sign up and sign in button>
I just want to add something that might be important:
If you have more than one signup block, the code will only work on the block you have listed first on your softr app. So try to place these blocks accordingly for the code to work.
Hey @Jackson, currently we do not have an option of adding the 3rd link to that text, but I will add your message to our feature requests list to consider when planning further app Improvements!
Thanks to @aramayis from softr, here is a code to replace the error message “Please make sure there are no empty required fields.” in french, to add to the previous code
$('.error-message.required-errors').text("Veuillez vous assurer qu'il n'y a pas de champs obligatoires vides.");
I cannot find the way to make it work. What is the part I should translate?
I’ve tried changing where it says ‘I AGREE TO THE’ to the text in spanish but the change is not reflecting in the form.