building a form that need to have lots of rule but has heavy restrictions given where it will be uploaded

building a form that need to have lots of rule but has heavy restrictions given where it will be uploaded

hi,


i want to use your form builder to create a form which i have been able to do on some free form building websites but i have some futher restrictions id like to place on my users before that submit...


a bit of background....

im having trouble making a form with lots of rules in it.



i have a html script that was written for me some years ago for my old website that consists of 3 vertical colums. this script can be emailed to you would like to see it or viewed (not working) at www.thepclub.weebly.com/moonee-ponds.html


the script was written to be submitted and then go to a php page which sent me the email.



i have since now moved on to use the weebly website builder which is free and very user friendly for novices like me with its drag and drop capabilites (much like zoho) as it more suits my level of programming knowledge....however as this script is the whole purpose behind my website i am in a pickle about how to recreate a similar alternative using zoho (or any other html form builder) which will be embedded in the weebly drag and drop builder



the background story is i run a fanstasy sports competiton between myself and 9 other friends. each team has 45 names in it. each friday a user will log in to his page and of the 45 must move 18 to the left colum called team and 6 to the right colum called emergency. the purpose being the 18 are that teams squad for the week and the 6 are backups.



the beauty of my old script was there was no loopholes in it, in that

* no player could be selected more than once

* i would get an email showing in which order each player was chosen (this is particulaly important for the emergency players given the user would rank them so that the best possible emergency player was as the top of the list to come into the team if needed)

* finally a line of script was built in alerting a user if he has chosen too many or too players than the 18 and 6 required and not allow the form to be submitted unless it had the correct amount of players.



ok so that it in a nutshell and id love to recreate it or something with a similar beahaviour however here are the issues i have



as i said i now use the weebly website builder and it



* Will allow me to put a custom script html box

* WILL NOT allow php

* WILL NOT allow uploading of any other files via FTP to their webserver



i had a go at making something in any online drag and drop form builder which looked totally different to my preffered original script but has potential to get the same result... but... i cant work out how to implement it given the limitaions of weebly as shown above and the rules i need to enforce (above further)

this attemp can be viewed at http://thepclub.weebly.com/plplpl.html but only has a portion of the names i would do (i didnt want to do the whole thing if it doesnt work)



i really need a script which is stand alone which i can embed into the weebly webpage that can if possible

* alert/prevent to many or too few names being select before submission

* tell me in which order the names were selected

* not allow a user to choose any player twice

.....keeping in mind it all has to be within a single script and not look for PHP or need any other files uploaded to the webserver.



it looks like a tall order but your online chat guy seemed to think it acheivable......

as i said this is a private thing amonst friends, im not needing anything with checkouts or google high rankning search results but this script is the whole integraiy of the game. without these rules behihnd it, if a player enters things wrong the game will fall over....