Plugin Directory

Changeset 2679203


Ignore:
Timestamp:
02/15/2022 03:05:29 PM (4 years ago)
Author:
morphii
Message:

Submit button issue fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • morphii/trunk/includes/class.morphii-shortcode.php

    r2665851 r2679203  
    196196                                       
    197197                                        <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); ?>" />
    199199                                            <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>
    200200                                        </div>
Note: See TracChangeset for help on using the changeset viewer.