Archive

Posts Tagged ‘checkboxes’

Javascript/jquery Dynamic Pricing On A Form

April 28th, 2011 Comments off

I have a form which has a series of checkboxes in two groups. Each checkbox represents an item being purchased. I have a total box which I need to dynamically update based on the formula 5 x the number of checkboxes ticked.

So as the checkboxes are ticked and unticked I need the total field updating.

I need the coding written so it will cope if I add or remove checkboxes.

Any events need on the checkboxes will have to be added by your javascript.

So the logic for the code is

On load
Add any events to the checkboxes.

On change on any checkbox
Count the checked checkboxes. multiple this number by 5 and update a text field with this value.

Nice and simple.

Signup Captcha And Checkboxes

October 24th, 2009 Comments off

I need someone to add reCaptcha to a signup form, along with adding two checkboxes that the user would be required to check in order to complete registration.

There is currently a security check in place, but it is a pain to read correctly and reCaptcha would be a better feature. I already have the reCaptcha script uploaded along with the required API keys.

There are two separate html signup forms, one for buyers & one for sellers, however they operate from the same php source.

Jquery Dynamic Product Filter

July 1st, 2009 Comments off

Hello. I’m looking for someone to build a JQuery dynamic product filter.

All products are displayed when the page first loads. Then there are three groups of filter that will add/remove products.

1) User inserts min and max price into two corresponding text boxes. If no price is set then the default min =

Player Matching From Phpbb

May 8th, 2009 Comments off

Site has a phpbb forum with user accounts. There’s a main site that uses the is_registed and other functions of phpbb.

The main site requires code to display options to the user (drop down select boxes and checkboxes that affect each other, loaded from MySQL tables), once selected and “Find” is clicked, a suitable “group” has to be found and the user added to by their member ID, else create a new group. As well as the options of the page, other factors such as TimeZone should also be used to find the best group (group users so they are with others in the same or closest timezones). Groups have membership limits, depending on the type of group, once reached no more users can be added, the group should then be displayed to the user, pulling in a custom phpbb field of “nickname” and display as a list (with the own user’s nick at the top of the list) as well as the requirements of the group. Of the group, one member (of those who selected in the form to be considered) should be designated as the leader/host, most likely the user with the most “central/equal” timezone to the others (timezone pulled in from phpbb setting). This user to be highlighted in the list with a unique message echod to the screen and the groups options/requirements highlighted to them, while the other members receive a second message (this should called from phpbb using the lang command so that the correct language message is displayed).
The group is filled and no more users can be added, it should remain in the db table long enough for while the users are chatting (they’ll be a chat window, but this bit I can do myself), incase of the page refresh or momentary disconnect. However should expire and be removed from the database table at some point. It’s possible the user will need to search again incase a member left, or the team have been together long enough to complete the objective (very variable time, 5mins to several hours, however certainly not likely to be over 24 hours) and have split up.

A user can ONLY ever be in ONE group at ANY time. A user may select “Any” in some of the choices, this will allow a greater field of groups. However becomes a problem if a group is then generated with “Any” options.

This is for use in real time, creating instant groups of users with identical requirements for quite likely short periods of time, and must cope with users changing their minds on the search criteria, or having to leave their computer for real life reasons. It’s not for users to add to and look back at the following day (like a forum). The issue of a timeout for when a user has had to create a group for his criteria and no one else has joined for a period of time should also be considered, a user is unlikely to wait 5 minutes, if that.

At any point a user may click cancel and be removed from any group (if they’re the only member, delete the group), change their options and resubmit the find.

Options should be pre-set drop down and checkboxes loaded from mysql tables, some drop downs will affect the options in following drop downs (those should be blank and disabled initially and be of a fixed width so that when options are “loaded” into them, it does not visible “widen”). Checkboxes will also affect drop downs, such as a list of “abilities”, these affect choices available in a following drop down box, checkboxes could also be affected by a preceeding drop down box.

An administration page for adding more options to the mysql would be desired.

Initially light load, but should be designed to be as efficient and error free as possible so as more users use it there are no problems.

Neat, clearly laid out code, with comments explaining code throughout (almost every line) required please (I like to understand and learn the code myself).

There’s the possibility of future improvements being required so may help to design with expansion in mind, currently the only improvement I can think of would be a log of users previously teamed up with.

Bear