Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 8627 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

Ok, I'm a know-nothing dupe that's been assigned to fix a database that someone else has already started...lol.....the problem I am having is that I have an html document that takes in different text/date/number values and stores them into a FMP sheet of fields....I need to add a few fields of my own and have both to the FMP sheet and to the html...I need to know now how to update the button I see to include importing the new fields.....the html to submit the information is a button declared like this:

<input type="submit" name="-edit" value="Submit Reservation">

I assume this is a script but do not know where to go to edit it... I have tried selecting Scriptmaker in the associated FMP file, but it has no scripts listed.....thanks for the time

Posted

if i am reading you correctly you should not have to edit any script..

<input type="submit" name="-edit" value="Submit Reservation"> -- this is not a script. the -edit just tells webcompanion what to do when the submit button is hit.

to add new field, all you have to do is add those fields to the database, make sure they are on the layout that is shared with webcompanion (with anyluck maybe your last developer chose the "All Fields(no layout)" option. then all you ahve to do is add the fields into the HTML file just like all teh other fields are added.

<INPUT TYPE="text" NAME="FIELDNAME" VALUE="">

if you need any more help just post back.

  • 2 weeks later...
  • Newbies
Posted

Thank you so much for your help....just one more question though....after I add the fields to the layout and then to the html code, I get an "error 202" code....do you have any idea what might be causing this?....Thanks so much for your help!

This topic is 8627 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.