Changeset 2679203
- Timestamp:
- 02/15/2022 03:05:29 PM (4 years ago)
- File:
-
- 1 edited
-
morphii/trunk/includes/class.morphii-shortcode.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
morphii/trunk/includes/class.morphii-shortcode.php
r2665851 r2679203 196 196 197 197 <div class="center-div"> 198 <input type="hidden" name="morphii_product_id" id="morphii_product_id" value="<?php echo esc_attr($ product_id); ?>" />198 <input type="hidden" name="morphii_product_id" id="morphii_product_id" value="<?php echo esc_attr($question_ids); ?>" /> 199 199 <button id="morphii-submit-button" type="button" class="btn btn-default submit"><?php echo isset($settings_inner) && $settings_inner->morphii_submit_button_text ? esc_attr($settings_inner->morphii_submit_button_text) : "Submit"; ?></button> 200 200 </div>
Note: See TracChangeset
for help on using the changeset viewer.