Gossamer Forum
Home : Products : DBMan : Customization :

Submit button problem (not image or enter related)

Quote Reply
Submit button problem (not image or enter related)
I have finally gotten the Short/Long and Spreadsheet mods up and going (except for one other problem).

The problem I have now is that my submit buttons are not working, for add/delete/search/mod (havn't tried admin). When you click the button, it does nothing, as if it was inactive or not used for anything. My html.pl file is attached.

Please help! I can not do anything with the database until this gets fixed. :) Should be easy for you DBMan gurus.
Anne
anne@mugbug.com
Quote Reply
Re: [VintageVW] Submit button problem (not image or enter related) In reply to
Don't know if this makes a difference or not (haven't used the long/short mod much) but under the:

sub html_modify_form_record

Your missing your opening <form> tag:

<form action="$db_script_url" method="POST">
<input type=hidden name="db" value="$db_setup">
<input type=hidden name="uid" value="$db_uid">

This could be the problem.
Quote Reply
Re: [Watts] Submit button problem (not image or enter related) In reply to
Lol, was just coming to reply that I had fixed it. Thanks for your help, though! (And that was the problem, BTW!)

Wink
Anne
anne@mugbug.com