PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Calculation ajax form not working on widget if same form is displayed on content

  1. Hello, I appreciate your help.

    I have a quick form to calculate a loan. This form is displayed on post content (under a javascript tab), but I want to display on widget too, cause I am using dynamic sidebars, and it is important to have a quick access to this form.

    When I put the form into widget, enabling ajax, it doesn't work (post content form remains working ok). If I remove post content form, widget form works ok. I tried specifying differents form tab indexes, and disable and enable ajax, but the only way to get it work is removing the other form (the one on post content).

    Thank you in advance

    Posted 11 years ago on Wednesday February 6, 2013 | Permalink
  2. You should not use the same form twice on one page: it won't work correctly. Duplicate the form in the form builder and use the duplicate in the widget and leave the original in the content and both forms will work.

    You will probably want to set the tabindex of the widget form to something that does not conflict with the content form.

    Posted 11 years ago on Thursday February 7, 2013 | Permalink
  3. Sure. Solved and working now properly.

    Thank you for your support.

    Posted 11 years ago on Sunday February 10, 2013 | Permalink
  4. You're welcome.

    Posted 11 years ago on Sunday February 10, 2013 | Permalink

This topic has been resolved and has been closed to new replies.