vretenis
Forum Replies Created
-
Forum: Plugins
In reply to: [Participants Database] Radio button valueHi, any news on this?
Forum: Plugins
In reply to: [Participants Database] Radio button valueIts working fine in signup form html and mysql except displaying in “List Participants” table where labels is shown instead of values and when using shortcode for email confirmation. In both these cases labels is shown/sent instead of input values.
Here how it goes:
Title: Shift
Values: July ::optgroup,08-14::July 08 – 14Label = 08 – 14 – correct
Value = July 08 – 14 – correctIn signup form html I get:
<label><input value=”July 08 – 14″> 08 – 14</label> – correctIn mysql under “shift” row on submitted entry I see value July 08 – 14 – correct
In “List Participants” table under “Shift” row on submitted entry I see 08 – 14 – not correct
In confimration email I get 08 – 14 – not correct
Forum: Plugins
In reply to: [Participants Database] Radio button valueYes but I need “08-14” as a label and “July 08 – 14″ as a record in the database. I get them right in html (<label>08-14</label> , <input value=”July 08 -14”>, but in “List Participants” section I still see it as “08-14”.
Furthermore I checked mysql fields and they are added correctly (“July 08 – 14”) only in “List Participants” values are displayed as labels.
When exported to CSV I get them correctly too. In confirmation email also as label..
Forum: Plugins
In reply to: [Participants Database] Signup form input placeholderAmazing, thank you!!