Membership Pro Custom Fields

  • Roy Chappell
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
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

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

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
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
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
  • Premium Member
More
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

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

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
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

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

  • Roy Chappell
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
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
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
  • Administrator
More
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
The following user(s) said Thank You: Roy Chappell

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