Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

simple data collection form...

Featured Replies

Just when I thought my superiors where happy with the one DB solution, they task me with another...

To make this as simple as possible all I have are three fields and I what I am trying to do is collect data from an html form.

The fields are firstname, lastname, and phone. Here is what the following form looks like and I am sure that I am missing a few things:

<HTML>

<HEAD>

<TITLE>test</TITLE>

</HEAD>

<BODY>

<FORM ACTION="form.fp5" ENCTYPE="x-www-form-urlencoded" METHOD="POST">

<P>First Name:<INPUT NAME="firstname" TYPE="text" SIZE="25"></P>

<P>Last Name: <INPUT NAME="lastname" TYPE="text" SIZE="25"></P>

<P>Phone Number:<INPUT NAME="phone" TYPE="text" SIZE="25"></P>

<P><INPUT NAME="name" TYPE="submit" VALUE="Submit"><INPUT NAME="name"

TYPE="reset" VALUE="Reset"></FORM>

</BODY>

</HTML>

If at all possible, I would like to get fancy and take the user to a "Thank You" page after they submit the data. As always I appreciate any and all help.

Thanks,

B. Coffey

ps. I do have FMP books on order.

This are the basic requirements: db name, layout, format file, and action. For your form:

<FORM ACTION="FMPro" METHOD="post">

<INPUT TYPE="hidden" NAME="-DB" VALUE="dbName.FP5">

<INPUT TYPE="hidden" NAME="-LAY" VALUE="layoutName">

<INPUT TYPE="hidden" NAME="-FORMAT" VALUE="thankYou.html">

<P>First Name:<INPUT NAME="firstname" TYPE="text" SIZE="25"></P>

<P>Last Name: <INPUT NAME="lastname" TYPE="text" SIZE="25"></P>

<P>Phone Number:<INPUT NAME="phone" TYPE="text" SIZE="25"></P>

<P><INPUT TYPE="submit" NAME="-NEW" VALUE="Submit">

<INPUT TYPE="reset" VALUE="Clear Form">

Create an account or sign in to comment

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.