Registration with only phone number AppGini 22.12

Discussions related to customizing hooks. Hooks are documented at http://bigprof.com/appgini/help/advanced-topics/hooks/
Post Reply
Moh Youba
Veteran Member
Posts: 229
Joined: 2017-03-12 09:31

Registration with only phone number AppGini 22.12

Post by Moh Youba » 2022-03-11 22:01

Hello

Is there a way to delete email field in the registration form and use phone number ?

Thank you

User avatar
D Oliveira
AppGini Super Hero
AppGini Super Hero
Posts: 348
Joined: 2018-03-04 09:30
Location: David

Re: Registration with only phone number AppGini 22.12

Post by D Oliveira » 2022-03-30 14:12

you can use use javascript to fill those text fields with random functional strings, then you hide the boxes, that way you wont have to delete any generated code. just add a script tag on membership sign up file and use one of the custom fields to hold phone number data, make it required and you're all set.

Moh Youba
Veteran Member
Posts: 229
Joined: 2017-03-12 09:31

Re: Registration with only phone number AppGini 22.12

Post by Moh Youba » 2022-04-01 16:15

Hello
yes, nice idea, let me try

Post Reply