How to limit Location input to UK adresses?

Please help

1 I need user to choose their location (input) but so far they can choose any adress, I need to make sure they can only use uk adress, how would I achieve it?

2 How to limit text field, so they can only use letters, and not !@@@~ and those kind of symbols?

Thank you!

Hi,

Use regex for character limit: ^[a-zA-Z0-9 ]+$as for the UK addres [SOLVED] Can we limit the input for location to a specific City or Country? - #3 by Renfred

This topic was automatically closed after 70 days. New replies are no longer allowed.