Jump to content

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

Recommended Posts

Posted

I have two files: Accounts and contacts.

I would like to have one search form to keep things clean.

Has anyone seen a solution where a popup of 'company or last name' would direct the search string to the proper field to query and the proper format file?

Posted

Try this:

<form action="FMPro" method="POST">

.

.

Enter Search Type: <select name="-format">

<option value="company.html">Company</option>

<option value="name.html">Last Name</option>

</select>

.

.

</form>

I haven't tried this, however it should work.

All the best.

Garry

This topic is 7882 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.