- Posts: 83
- Thank you received: 4
Membership Pro Custom Fields
- Roy Chappell
-
Topic Author
- Offline
- Premium Member
-
Less
More
4 years 6 months ago #142127
by Roy Chappell
Membership Pro Custom Fields was created by Roy Chappell
Hi
In Event Booking you have the ability to add Event Custom Fields in Configuration.
Do you have a simlar thing in Membership Pro?
I need to add a url field for each event that can be used in the global email body, is this possible?
thanks
Roy
In Event Booking you have the ability to add Event Custom Fields in Configuration.
Do you have a simlar thing in Membership Pro?
I need to add a url field for each event that can be used in the global email body, is this possible?
thanks
Roy
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Away
- Administrator
-
4 years 6 months ago #142131
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Membership Pro Custom Fields
Hello Roy
Unfortunately, there is no similar feature (plan custom fields) in Membership Pro
Regards,
Tuan
Unfortunately, there is no similar feature (plan custom fields) in Membership Pro
Regards,
Tuan
The following user(s) said Thank You: Roy Chappell
Please Log in or Create an account to join the conversation.
- Roy Chappell
-
Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 83
- Thank you received: 4
4 years 6 months ago #142146
by Roy Chappell
Replied by Roy Chappell on topic Membership Pro Custom Fields
Hi
In Event Booking is it possible to use the "plan custom fields" in the events messages & emails?
Roy
In Event Booking is it possible to use the "plan custom fields" in the events messages & emails?
Roy
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Away
- Administrator
-
4 years 6 months ago #142147
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Membership Pro Custom Fields
Assume that you are talking about event custom fields? If so, Yes, you can use it. Just use the syntax [NAME_OF_FIELD_IN_UPPERCASE] and the custom field will be displayed
For example, [FIELD_SPEAKER], [FIELD_NAME]
Tuan
For example, [FIELD_SPEAKER], [FIELD_NAME]
Tuan
Please Log in or Create an account to join the conversation.
- Roy Chappell
-
Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 83
- Thank you received: 4
4 years 6 months ago #142148
by Roy Chappell
Replied by Roy Chappell on topic Membership Pro Custom Fields
Hi @Tuan
I have the following fields entered
How would I add the Boat Type field to Email & Messages?
thanks
Roy
I have the following fields entered
Code:
<?xml version="1.0" encoding="UTF-8"?>
<config>
<fields name="params">
<fieldset name="basic">
<field name="field_depth" type="text" label="Depth" size="10" description=""></field>
<field name="field_boattype" type="text" label="Boat Type" size="10" description=""></field>
<field name="field_loclink" type="text" label="Location Link" size="10" description=""></field>
</fieldset>
</fields>
</config>
How would I add the Boat Type field to Email & Messages?
thanks
Roy
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Away
- Administrator
-
4 years 6 months ago #142165
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Membership Pro Custom Fields
Hello Roy
[FIELD_BOATTYPE] is the tag you need. As I said, the syntax is [NAME_OF_FIELD_IN_UPPERCASE]
Regards,
Tuan
[FIELD_BOATTYPE] is the tag you need. As I said, the syntax is [NAME_OF_FIELD_IN_UPPERCASE]
Regards,
Tuan
The following user(s) said Thank You: Roy Chappell
Please Log in or Create an account to join the conversation.
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.