GPS has no "required" flag

I need to ensure we get GPS co-ordinates, this was easy on the classic app as they have “required” field.

How can I do this on the new app.

I tried to add a location component
and then a second entry field, mapped them to the same column and made the entry field mandatory. It works but now I need to hide the second field, BUT, if it is hidden then the mandatory logic is not applied
image

any ideas ?

Which plan are you on? If it’s not the Business plan, then you can only use custom forms.

This particular app is not in business, but I do have access to business plan.

What would I need to do in the business plan ? The location in business plan doesn’t have required either.

You need CSS to control it, and this is only available in the Business Plan.

1 Like

You can create a custom form and not allowing submitting until the location field is filled.

Himaladin, I am now on the BP, would you be to point me in the direction of what CSS I need to add. I assume I am adding it via the “rich text” component

1 Like

CSS is no longer written to richtext in the new app, but in the settings > appearance section. Follow this thread you will understand

2 Likes

Thank you.

You’re welcome