Adam Bishop
- Total activity 560
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 201
- Subscriptions 40
Posts
Recent activity by Adam Bishop Sort by recent activity-
Block IP Addresses
This is a potential solution to prying competitors who keep getting quotes in order to gain privileged information, as discussed here: http://support.admnetwork.com/entries/95406078-Ability-to-bloc...
-
Resumable Get Quote process, save/cache all answers until successful quote completion
Insurance customers can get interrupted before they complete the Get Quote process. They might have problems with their Internet connection, their computer may crash or someone offers them lunch! ...
-
Bulk renew policies en-masse
Many users have requested this feature to me in person in 2013... but it's not on the forum! So I've added it. Whether we implement it next will depend on how many votes it gets!
-
Select a dropdown value automatically using a value from the URL
This is really handy for selecting a specific insurance package when it is supplied in the querystring (URL) from another website. For instance, you may have an existing website which lists all th...
-
Display question SystemIDs at all times in the Admin > Questions area
// Show question SystemIDs on the questions editor page document.observe('dom:loaded', function() { $$('.question').each(function(el){el.insert({'top' : ""+el.id.replace('question_','')+""});}); });
-
Redirect all users to LABS all the time
The following code will redirect all your visitors to LABS. There are two flavours, the second being superior because it will work on all pages but requiring the Custom Javascript feature (at time ...
-
How to override system javascript function and still call original
This code was copied directly from Denis Ivaykin's solution for scrolling to the top of the page when the user moves through the pages of Get Quote. I thought the override code deserved it's own e...
-
Click here to find out how to use the plugins...
Greetings! To install any of the plugins you find in this forum, add the code as instructed by the developer to the following pages within your SchemeServe trial site... Admin > Website > Custom J...
-
Developer notes: creating new SchemeServe plugins
Calling all developers! Try out your Javascript or CSS code by visiting the following pages respectively within your SchemeServe trial site... Admin > Website > Custom Javascript Admin > Website >...
-
Hide text and input boxes during Get Quote process
You may find you want to hide some boxes during the Get Quote process, or just some headings. The following code is an example of how to do this. // // CLIENT-SIDE HIDING CODE // The following exa...