Forums Index > Mewsoft Products > Auctionawy > Sell form
concepts First Post Posted on: 03-21-11 11:11 AM
Sell form

Hi\ \ How do I get rid of a field that says required? Like Location Item?\ \ I tried in Language manager but now I still have the box and says it's required.\ \ Thanks
mewsoft Reply #: 1 Posted on: 03-21-11 11:54 AM
Re: Sell form

If you wantto delete a required field on the sell page, then you can use a hidden form field instead for it. The hidden form field name must be the same form field name that you want to delete and you must set its value to some digits or text depending on the field data expected.

For example, if you want to delete the location categories, you can remove it and insert the form hiddend filed instead like this:


Code: HTML
<input type="hidden" name="CatA_ID" value="1">


Mewsoft Support
www.mewsoft.com

concepts Reply #: 2 Posted on: 03-22-11 05:25 PM
Re: Sell form

Thanks Where do I put that?\ \ I've made an error I can't get out of. I've deleted some variables which have left blank boxes now in the sell form. What files do I have to upload to restore the sell form back to it's original form? I tried sell.pm as that is the file I edited but the errors are still there.\ \ Thanks
File
concepts Reply #: 3 Posted on: 03-23-11 10:32 AM
Re: Sell form

I got the ship_zip variable back. i just can't remeber the other one... I know I should have backed up.
mewsoft Reply #: 4 Posted on: 03-23-11 11:02 AM
Re: Sell form

You simply can upload the Sell template or copy the code from our admin demo

Mewsoft Support
www.mewsoft.com

concepts Reply #: 5 Posted on: 03-23-11 11:24 AM
Re: Sell form

Hi\ \ I have done that, uploaded the sell.pm and still no go. That one variable does not come back????\ \ I have also copied from your demo site and checked lots. Still no go? Now what?smile
mewsoft Reply #: 6 Posted on: 03-23-11 11:42 AM
Re: Sell form

I said Sell template which is Sell.html in the data/templates/Default folder not the cgi Sell.pm

Mewsoft Support
www.mewsoft.com

concepts Reply #: 7 Posted on: 03-23-11 12:08 PM
Re: Sell form

That did not work either. Howver, I found the missing variables by looking at the template. It was ship_address_desc & ship_address_label\ \ Many thanks for the help