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

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

Recommended Posts

Posted

I want to create a user (password) in FileMaker that would allow the user to use the web to submit a custom HTML form that would add a new record to the database. I would like to embed the password as the value of a hidden HTML form tag so that the user doesn't have to enter a password after clicking on the submit button. Is this possible? Is this a good/bad idea? How should I accomplish this (is it a matter of implementing a FMP tag)?

Thanks!

Posted

You can pass the password like anything else. No difference at all.

But it will be transmitted with the form and visible in HTML source of the page. Users might object to this.

If someone is logged with unique ID and appropriate password, I would suggest just passing the ID.

Posted

Hi, JB! Although a custom login/password system seems the best way to go if you have the time/skills/resources, I decided to forego creating my own login/password system for now and opted to use the Web Security Database. If you use WSD, a user only needs to log in once per web session. A login window pops up when a restricted action (such as -new, -edit, or whatever you define as restricted) is attempted. --ST

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