WebPasties How To




How to Hide the Event Signups From Your Visitors


 


Have you ever wanted an event signup that  lets people signup but does not let them see who has already signed up?

This How To describes the steps to create an event signup without the interface you see below:

 

Step 1.
Create the Event Signup pastie and insert it in your webpage so that it look something like the signup above.

Step 2.
Individually hover your mouse over the links for "Show Map", "Sign Me Up" and "More Info" and then write down on a piece of paper the links you see in the status bar of your Web browser.



Step 3.
Create your own hyperlinks for each of the items you want accessible by the end user. For example, the following hyperlink is what you would insert in your webpage for showing a map in a new window.

<a href="http://www.webpasties.com/prod_invite/show_map.php?aid=150" target="newMapWindow">Show Map</a>

After you have created your hyperlinks and you are satisfied with them, proceed to the next step.

Step 4.(Final Step)
Hide the Event Signup user interface by surrounding the Event Signup pastie code with the following code:

<div style="display:none">
[Your WebPasties Code Here]
</div>



Go To Next "How To"