deepsvp Posted June 7, 2007 Posted June 7, 2007 hi can anybody help me to create a checkbox, named bit active, in the admin side in the category.php page,edit category section, just below the category image
nitrorc Posted June 7, 2007 Posted June 7, 2007 Here is some html code to get you started. <html> <head> </head> <body> <form method="POST" action="--WEBBOT-SELF--"> <!--webbot bot="SaveResults" U-File="fpweb:///_private/form_results.csv" S-Format="TEXT/CSV" S-Label-Fields="TRUE" --> <p><input type="checkbox" name="C1" value="ON"></p> </form> </body> </html> Good Luck When you have eliminated the impossible, whatever remains, however improbable, must be the truth. -Sherlock Holmes
Recommended Posts
Archived
This topic is now archived and is closed to further replies.