- Home
- Forum
- Community Forum
- Questions
- Experience: Price per Tour instead of price per person
[Resolved] How to avoid the register_an_account checkbox
- gmonamour
-
Topic Author
- Offline
Less
More
7 years 5 months ago #10744
by gmonamour
My site with Solidres www.gmonamour.it/
[Resolved] How to avoid the register_an_account checkbox was created by gmonamour
Hi,
I'd like that every guest that make a reservation is always registered to the site.
Is there a way to do that?
It should be enought that the checkbox is checked by default (please, see my screenshot)
On guestform_(mystyle).php I've tried to give a value to the label class="checkbox" input id="register_an_account_form" type="checkbox".
But it does not work.
Could you tell me what can I do to achieve that? Or what is the file where I can work?
Thanks a lot
Best regards
I'd like that every guest that make a reservation is always registered to the site.
Is there a way to do that?
It should be enought that the checkbox is checked by default (please, see my screenshot)
On guestform_(mystyle).php I've tried to give a value to the label class="checkbox" input id="register_an_account_form" type="checkbox".
But it does not work.
Could you tell me what can I do to achieve that? Or what is the file where I can work?
Thanks a lot
Best regards
My site with Solidres www.gmonamour.it/
Please Log in or Create an account to join the conversation.
- solidres
-
- Away
Less
More
- Posts: 2953
7 years 5 months ago #10756
by solidres
FAQ: www.solidres.com/support/frequently-asked-questions
Support Policy: www.solidres.com/support-policy
Replied by solidres on topic [Resolved] How to avoid the register_an_account checkbox
Hi,
Registration is optional at this moment.
If you want to force user registration, make sure that both username and password are inserted, otherwise registration will be ignored.
Regards,
Registration is optional at this moment.
If you want to force user registration, make sure that both username and password are inserted, otherwise registration will be ignored.
Regards,
FAQ: www.solidres.com/support/frequently-asked-questions
Support Policy: www.solidres.com/support-policy
Please Log in or Create an account to join the conversation.
- gmonamour
-
Topic Author
- Offline
7 years 5 months ago #10759
by gmonamour
My site with Solidres www.gmonamour.it/
Replied by gmonamour on topic [Resolved] How to avoid the register_an_account checkbox
Hi,
yes, I know that the system needs the username and password to create a new user.
In fact, I asked you how can I have the check box (Register with us for ...) checked by default?
If the check box will be checked by default the user could set his username and password directly.
So, is there a way to have the " Register with us for ..." (the one on my previous screenshot) check box checked by default?
Thanks a lot
Best regards
yes, I know that the system needs the username and password to create a new user.
In fact, I asked you how can I have the check box (Register with us for ...) checked by default?
If the check box will be checked by default the user could set his username and password directly.
So, is there a way to have the " Register with us for ..." (the one on my previous screenshot) check box checked by default?
Thanks a lot
Best regards
My site with Solidres www.gmonamour.it/
Please Log in or Create an account to join the conversation.
- solidres
-
- Away
Less
More
- Posts: 2953
7 years 5 months ago #10772
by solidres
FAQ: www.solidres.com/support/frequently-asked-questions
Support Policy: www.solidres.com/support-policy
Replied by solidres on topic [Resolved] How to avoid the register_an_account checkbox
Hi,
You can edit the guestform.php and remove "style="display: none"" around line 259 for div.register_an_account_form
Regards,
You can edit the guestform.php and remove "style="display: none"" around line 259 for div.register_an_account_form
Regards,
FAQ: www.solidres.com/support/frequently-asked-questions
Support Policy: www.solidres.com/support-policy
Please Log in or Create an account to join the conversation.
- gmonamour
-
Topic Author
- Offline
7 years 5 months ago #10779
by gmonamour
My site with Solidres www.gmonamour.it/
Replied by gmonamour on topic [Resolved] How to avoid the register_an_account checkbox
yes,
that together the checkbox class="hidden" and value="1" works fine.
Thanks a lot
Best regards
that together the checkbox class="hidden" and value="1" works fine.
Thanks a lot
Best regards
My site with Solidres www.gmonamour.it/
Please Log in or Create an account to join the conversation.
Moderators: solidres