Jump to content

Want to show sign up form to guests

Featured Replies

Posted

I have created a page using pages as a root index file...

 

If there is a guest - I want to show a sign up form   - how can I ?

 

Regards

Saurabh

Edit Groups -> Guests

Can access site? - No

  • Author

Edit Groups -> Guests

Can access site? - No

Then entire site will be off for Guests....

If you can see link http://dharmbachao.com/index2.html  here is a google form  which is now simillar to sign up form 

 

I want to collect data using sign up...

 

 

 

 

 

Here's an idea

Create a 2 blocks

Contents of your first block - html for your homepage. Permissions a block first without Guests
Content for your second block - html for Guests http://dharmbachao.com/index2.html
Permissions a second block -  permit only Guests.
Create a new homepage content
{block="1" title="Sait"}
{block="2" title="Guests"}
 
 
 
  • Author

I want sign up form   instead of html from that link

 

is there a way to get an html of Sign up form

Try this:
Note: In the example below, I accept that -
your Members load sait: http://dharmbachao.com/
 
1.Create first Custom block name 'members' content
<meta http-equiv="Refresh" content="0;url=http://dharmbachao.com" /> 

Permissions this block - without Guests

2. Create second Custom block name 'guests' content

<meta http-equiv="Refresh" content="0;url=http://dharmbachao.com/index2.html" /> 

Permissions this block - only Guests

3. Create Page with a name, such as home and details

home.thumb.png.26efad8025d07c0e8c381ce95

Content

{block="1" title="members"}
{block="2" title="guests"}

 

Note: Entered your number blocks
Permissions this page - All groups
 
4. Make default this page
default.thumb.png.f4347a93d120e8e4aee1cd
 
Now I think it works as you want.
 
  • Author

Is it posisble to show a   signup template  on home page........?

 

 

 

Is it posisble to show a   signup template  on home page........?

 

Yes, but only for Guests
  • Author

 

Yes, but only for Guests

how?

how?

Do what I described above.

  • Author

your code is redirecting  and I wanted that the code of sign up page itself can be pasted in the page...

 

 

let me try yours...

 

Your registered users see a website?

It's not possible... (it is possible but requires custom coding.. You'll have to call IPS\core\modules\front\system::buildRegistrationForm to get the form(or c&p it to your own page) then you'll have to customize the form action to change the url... and soo on...)

It's not possible... (it is possible but requires custom coding.. You'll have to call IPS\core\modules\front\system::buildRegistrationForm to get the form(or c&p it to your own page) then you'll have to customize the form action to change the url... and soo on...)

I've tested and works without a problem.

I've tested and works without a problem.

Yes, your redirect works, but he doesn't want a redirect. He want to show the form on his landingpage.

This redirection recommends guest registration.
Using the link 'Community Home' guests will see the landing page.

I think that the presence of the registration page inside the landing homepage will be incorrect.

 

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.