Skip to content
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

Using Radio Buttons #72

Open
Nixinoo opened this issue Jan 29, 2017 · 2 comments
Open

Using Radio Buttons #72

Nixinoo opened this issue Jan 29, 2017 · 2 comments

Comments

@Nixinoo
Copy link

Nixinoo commented Jan 29, 2017

I can get the radio buttons to show in the form however the selection doesn't appear in the Manage UGC to differentiate what category the user has selected.
I'm new too

@rinatkhaziev
Copy link
Owner

Hi,

Can you post the shortcode you're using? Given your shortcode is valid, values will be saved as post meta. I recommend https://wordpress.org/plugins/post-meta-inspector/ to see if the meta data is stored properly.

@Nixinoo
Copy link
Author

Nixinoo commented Feb 2, 2017

Hi,

Here is the code I am trying to use, UX okay but I cannot see the info relating to the radio buttons come through in the Manage UGC to determine which comp the uploads relate to.

[fu-upload-form suppress_default_fields="true" class="your-class" title="Upload your photos and WIN"]
[radio name="foo" class="checkboxes" description="Pick a Competition" values="value:Description,comp1:Best Hair,comp2:Best Pic"]
[input type="text" name="post_title" id="title" class="required" description="NAME"]
[textarea name="post_content" class="textarea" id="ug_caption" description="DETAILS"]
[input type="file" name="photo" id="ug_photo" class="required" description="Your Photo" multiple="multiple"]
[input type="submit" class="btn" value="Upload Photo"]
[/fu-upload-form]

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants