Skip to Content Skip to Menu

User List - Email for Public (Idea for a solution)

12 years 8 months ago #189897 by bytekultur
Hello

after reading i found out that it is not possible to make the Email-Function in a List useful for public.

So I thought I could make something like an Field (link) to a form where the email adress from the list is becoming the receiver of the email...

I know how I have to write my form (incl PHP) that this is possible - but I don't have any idea how I could make a link/filed for the cb list

link something like that /index.php?option=com_chronoforms&chronoform=contact&email="ListFieldEmail"

for any Hint I'm very thankful

best regards
Maya

Please Log in or Create an account to join the conversation.

12 years 8 months ago #190008 by bytekultur
It already workes pretty fine - i make a linkfiled where i link to the form with the name in the parameters
and i make a small sql query at the form to get the email...

but is it no possible to have an html field? the whole url looks not so nice!

any ideas still warmley welcome

Please Log in or Create an account to join the conversation.

  • nant
  • nant
  • OFFLINE
  • Posts: 12339
  • Thanks: 1467
  • Karma: 877
12 years 8 months ago #190015 by nant

bytekultur wrote: It already workes pretty fine - i make a linkfiled where i link to the form with the name in the parameters
and i make a small sql query at the form to get the email...

but is it no possible to have an html field? the whole url looks not so nice!

any ideas still warmley welcome


You can use a delimiter field to create html links using CB field substitutions.

[mod note: moving thread out of CBSubs support area as it is not relevant]
The following user(s) said Thank You: bytekultur

Please Log in or Create an account to join the conversation.

12 years 8 months ago #190018 by bytekultur
But a "delemiter" field i can't show in a list ... and also I can't use PHP to get the username...

i'm searching how to make a own cb field plugin, but i can't find where i could copy an existing ...

would i find such (developer) infos in the professional documentaion?

All the best,
Maya

Please Log in or Create an account to join the conversation.

  • nant
  • nant
  • OFFLINE
  • Posts: 12339
  • Thanks: 1467
  • Karma: 877
12 years 8 months ago - 12 years 8 months ago #190019 by nant

bytekultur wrote: But a "delemiter" field i can't show in a list ... and also I can't use PHP to get the username...

i'm searching how to make a own cb field plugin, but i can't find where i could copy an existing ...

would i find such (developer) infos in the professional documentaion?

All the best,
Maya


You can show a delimiter field on a CB User list - why not? Did you try?

There is no need to use PHP.

Example: The following code placed in a delimiter field should show email link:
Code:
<a href="mailto:[email]">click to send email</a>

and you can a delimiter field in a userlist.

P.S. Advanced, Professional and Developer members have access to detailed CB documentation and much better support.
Last edit: 12 years 8 months ago by nant.
The following user(s) said Thank You: bytekultur

Please Log in or Create an account to join the conversation.

12 years 8 months ago #190027 by bytekultur

nant wrote:

Code:
<a href="mailto:[email]">click to send email</a>


perfect - that was i was looking for!!!

thank you very much!!! and if you say a delimiter can be shown in a list - i'm sure i made something wrong that i can fix ;-)

thanks!! you made my day!

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum