• I would like to suggest an additional feature for “contact form 7”, it would be nice if you can include fields in additional settings box.

    For example, I have the following code set in additional settings box:

    on_sent_ok: “var data = {}; data[‘_mmf’] = ‘1’; data[‘_mmf_is_ajax_call’] = ‘1’; data[‘_mmf_unit_tag’] = ‘mmf-f1-p55-o1’; data[‘name-cnt’] = ‘[name-cnt]‘; data[‘page_post_id’] = ’55’; data[‘page_post_title’] = ‘Callback Form’; data[‘tel-cnt’] = ‘[tel-cnt]‘; jQuery.post(‘http://www.surepassdrivingschool.com/#mmf-f1-p55-o1’, data );”

    And I want [name-cnt] and [tel-cnt] to be replaced with the actual values entered by users in these fields.

    Of course I can modify the code and inject “replace” function, but it would be much better if this feature is built-in.

  • The topic ‘[Plugin: Contact Form 7] New Feature’ is closed to new replies.