[Hidden-tech] capturing jquery multiple slider data in a form submit?

Gyepi SAM gyepi at praxis-sw.com
Wed Oct 24 14:25:40 EDT 2012


Hi Jenny,

Forms looks nice!

In order to capture the slider data, you need to add hidden input types to the
form, one for each slider. Then, when the slider value changes, you set the
value of the associated hidden input to the slider value. When the form is
submitted, the values of the hidden inputs, because they are input types,
will be submitted. If you change your form action from a mailto to a script
url, the form will be submitted to the script. Of course, you'll need a script
on the server to handle the input. It's possible to change the process a bit
with javascript but you'll ultimately need something on the server side to
receive and process the data. You can store the data in a database, email it
to yourself, show it to the user, all of the above, etc, etc.

-Gyepi

On Wed, Oct 24, 2012 at 05:38:38AM -0400, Jenny Katz Brandoli wrote:
>    ** Be sure to fill out the survey/skills inventory in the member's area.
>    ** If you did, we all thank you.
> 
> 

> Hi all—
> 
> I'm a noob, trying hard to create myself a website using html and css. I've managed to create a contact/submission form with multiple sliders that looks nice, but I don't know how to capture the slider data in a form submit. In fact, I don't even know the best way to submit the form (to myself). I can create a regular html mailto: form action, but I would rather have the site just send the form data to me, rather than take users into an email program. 
> 
> The form can be seen here:
> 
> http://www.yayforeverything.com/deadlinedom/slider/form.html
> 
> Any and all help is greatly appreciated. I'm vastly ignorant, but I'm learning fast!
> 
> Thanks,
> Jenny

> _______________________________________________
> Hidden-discuss mailing list - home page: http://www.hidden-tech.net
> Hidden-discuss at lists.hidden-tech.net
> 
> You are receiving this because you are on the Hidden-Tech Discussion list.
> If you would like to change your list preferences, Go to the Members   
> page on the Hidden Tech Web site.
> http://www.hidden-tech.net/members


Google

More information about the Hidden-discuss mailing list