Values in dynamic field revert to original value after submission
-
I have several dynamic fields populated by a shortcode. If the field is edited and submitted the field reverts back to the original value.
These values are pulled from a mysql table. Upon submission those values are updated from the values of the submission in the table.
If I refresh the page, the fields will then show to correctly edited values, but this should of course happen after submission as well.
Please let me know what I may be doing wrong. Thank you.
Here is my form:
<div class="grid grid-pad"> <div class="col-1-2"> <div class="content"> <label> Cell (Voice) </label>[dynamic_tel cell "alert_information attribute='cell'"] </div> </div> <div class="col-1-2"> <div class="content"> <label> Cell (Text) </label> [dynamic_tel text "alert_information attribute='text'"] </div> </div> </div> <div class="grid grid-pad"> <div class="col-1-2"> <div class="content"> <label> Landline (Voice) </label>[dynamic_tel land "alert_information attribute='land'"] </div> </div> <div class="col-1-2"> <div class="content"> <label> Email </label> [dynamic_email email "alert_information attribute='email'"] </div> </div> </div> <div class="grid grid-pad"> <div class="col-1-1"> <div class="content"> [submit "Send"] </div> </div> </div>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Values in dynamic field revert to original value after submission’ is closed to new replies.