Jump to content

using email links in fields?


kaosgds

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

Recommended Posts

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

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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