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.

using email links in fields?

Featured Replies

is there some way to make a field contain a hyperlink with different text than the link itself?

i'm working on converting a membership database to a layout that i can import as a table for a web-based directory. i would like an email field that simply says, email me, but is a link to the members's email address.

the files we currently use for the web tables are in excel, which quite handily covers this task, but i'm really trying to get our data streamlined into one format. i'll be outputting for dreamweaver.

here's a link to the current tables online to see what i'm talking about:

http://riverhours.org/Goods_and_service_provider.htm

Hey!

what about this:

You will have an email field with the actual address.

Then you will have an email button field which will have a script attached. So that the email button is a calculation:

If(Email field ≠ ""; "Email Me"; "")

Then the script would send an email based on the Email Field

If(Email Field ≠ "")

Send Mail[To: Email Field]

End If

Would that do it?

  • Author

i just played around with it a bit and according to the script wizard, send email is not a web compatible function, so i'm not sure i'd be able to use it on our web directory.

good idea though...perhaps there's some other way to make it work. i'm really rusty at this and scripts give me a headache to begin with.

i think part of the problem is that dreamweaver seems to only import table data as .csv files. if someone knows a different way to do it, i'm all ears!

thanks

db

You might not be able to use Send Mail, but you could use an OpenURL command with a mailto entry, which will work the way you want.

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.