-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Non-ajax form submission #3
Comments
Hi Jamie, Are you trying to apply stars in the traditional way? (ie: users can submit a "one-click" rating) Or are you trying to apply stars to something like a "review" form? (where they may be able to pair it with a written review) The answer will be different depending on which of these you are doing, since the underlying mechanics are very different between the two approaches. |
I am just trying to work out a traditional form post not a rating field but
something is going awry while trying to pass IDs to the DB and it is
returning a null into the column and forcing an error. Any help would be
great.
…On Tue, 18 Sep 2018, 21:07 Lindsey DiLoreto, ***@***.***> wrote:
Hi Jamie,
Are you trying to apply stars in the traditional way? (ie: users can
submit a "one-click" rating)
Or are you trying to apply stars to something like a "review" form? (where
they may be able to pair it with a written review)
The answer will be different depending on which of these you are doing,
since the underlying mechanics are very different between the two
approaches.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABsHHMYE-OdK6MfRLS_qXcX5vKOwJTv2ks5ucVJtgaJpZM4WtihN>
.
|
I'm not sure I follow entirely. Ping me on Craft Slack (@lindseydiloreto), and I'm happy to work through it with you. |
I am looking through the plugin files and trying to reverse engineer a method of creating a radio button selection for values instead of the stars.
Any tips on how to build a front-end form that would allow this?
The text was updated successfully, but these errors were encountered: