Skip to main content

Advanced CSS, JavaScript and HTML

14 articles
Add Additional Security Measures to Ensure People Don't Change their NameFinding that people are cheating the system by changing their name on their membership profile? Add this code to ....
Hide Birthday on the Member Registration
Make a Field Required When Signing up as a MemberMake the fields we don't require as required by adding these lines of code to your layout.
Improve Performance on HAPI Based CallsYou can now set a caching period where your rendered version will cache for X minutes, at which time it will generate a new page on render.
Your CSS or jQuery is not rendering properly
Adding HTML or Scripts to an out of the box PeopleVine page
Using the PeopleVine domain cookie to share customer information between your site hosted elsewhere and your PeopleVine hosted site.
Add Someone to Your CRM via a URL
CSS Media Queries
Filter Your Directory By Passing in an AttributeSend people to a specific part of your directory by filtering with attributes.
Migrate HTML code from another platform to PeopleVinecopy and paste HTML from another platform into content pages, email newsletters, templates and layouts.
Wrapping Your Javascript with pvReady() Makes Your Code Work in the BuilderIf you're running javascript on the page or embedded in your code, make sure you wrap it with pvReady().
Pre-Select Options on a Form via the Query String (pass in via URL e.g. ?field_1234_56789=baseball)You can pass in data via the URL in order to pre-fill data on a form. This is best when trying to segment data using the same form.
java / jQuery Tips and Tricks