Integrating Stars with other FORM elements

NOTE: Callback function isn't used in this example, since the Stars selection is sent as a hidden input on FORM submission. Also the default CSS file was replaced with a new one

Contact form (before|after1|after2|after3)

* Rate this

Note: Canceling the vote disables corresponding hidden input element so it won't be submitted. As of v3.0.0 you can use flag disableValue: false to prevent this behaviour and keep the Cancel value in POST data.

Reset