Placing links that open registration or login form
From Job Board Software Support
To place links in WYSIWYG that open pop-up forms special HTML code needs to be placed. There are two pop-up form types available:
Contents |
Candidate/Employer registration form
1. Navigate job board software admin to open content node you want to add link to.
2. Click HTML button to open code editor
3. Insert code
<a href="#" class="inline-act registration-act">Register Now</a>
4. Save
Login/Registration form for candidates or employers
1. Navigate job board software admin to open content node you want to add link to.
2. Click HTML button to open code editor
3. Insert code
<a href="/candidate/private?login" class="clogin-registration-act">Candidates</a> - for Candidate Login/Registration form <a href="/employer/private?login" class="elogin-registration-act">Employers</a> - for Employer Login/Registration form
Where href="..." is the link that will be opened after login(registration) and class="..." defines to open either Candidate or Employer form.
4. Save
RE & Keywords
- How do I insert popup form into the page?
- How do I add log in or registration form?
See also



