SimBrief/Baggelis not forwarding on button click

I have installed the SimBrief module and followed all the instructions regarding the installation and changes that needed to be made to the various files. I have the button on the bid screen but when I click on it nothing happens. Attached is the screenshot of the bid screen.

Any link to your webite ?

www.vmidwayairlines.com If you need to register and I will give you access. If you need in to check files let me know.

Try to replace

<form id="sbapiform">

with

<form id="sbapiform" method="get" action="http://www.simbrief.com/ofp/ofp.loader.api.php" target="SBworker">

in your schedule_briefing.tpl

Made the change. No go.

Found the problem. In the “sbapiform” portion of the schedule_briefing.tpl I found that the weight unit is in KGS but the website is set up for pounds. Changed the KGS to LBS and works fine now.

i am glad it is a little strange why did would affect it

Not sure but that was all it took was changing that one item.