- Posts: 24
- Thank you received: 1
- Forum
- Support questions
- WooPrice Calculator (Pro)
- [SOLVED]i want to display field description [front-end]
×
WooPrice Calculator PRO
[SOLVED]i want to display field description [front-end]
- Ennie
-
3 years 2 weeks ago #1141
by Ennie
Ennie replied the topic: [SOLVED]i want to display field description [front-end]
Hi,
Yes that was the right way to achieve the request.
Best regards
Ennie
AT64
Yes that was the right way to achieve the request.
Best regards
Ennie
AT64
Please Log in or Create an account to join the conversation.
- Marnick Menting
-
- Offline
Less
More
3 years 2 weeks ago - 3 years 2 weeks ago #1119
by Marnick Menting
Marnick Menting replied the topic: [SOLVED]i want to display field description [front-end]
I got this working by callingin my custom template. Not sure if that is what you mean.
<?php echo $data['field']->description; ?>
Last Edit: 3 years 2 weeks ago by Marnick Menting. Reason: added code tag
The following user(s) said Thank You: Harkirat Singh
Please Log in or Create an account to join the conversation.
- david
-
- Offline
Less
More
- Posts: 98
- Thank you received: 1
3 years 1 month ago #1017
by david
david replied the topic: [SOLVED]i want to display field description [front-end]
Hi Harkirat Singh,
The description property of an input field is an information related only to that person who would use the plug-in, not to the customer.
If you want to add descriptions to a specific field there are two ways to do it:
1) You can get the specific field by the id attribute and than add the title attribute inserting the description you want to use (it is explained briefly with 3 screenshots below). This way will display a message when the mouse is over that field.
2) You can add an output field for every description you want to add from our plug-in by creating the field with the output property and than added it to the calculator. This will create a static description field.
Please contact us if you need further assistance. We are always available to help.
Best Regards!
Ennie
AT64
The description property of an input field is an information related only to that person who would use the plug-in, not to the customer.
If you want to add descriptions to a specific field there are two ways to do it:
1) You can get the specific field by the id attribute and than add the title attribute inserting the description you want to use (it is explained briefly with 3 screenshots below). This way will display a message when the mouse is over that field.
2) You can add an output field for every description you want to add from our plug-in by creating the field with the output property and than added it to the calculator. This will create a static description field.
Please contact us if you need further assistance. We are always available to help.
Best Regards!
Ennie
AT64
Please Log in or Create an account to join the conversation.
- Harkirat Singh
-
Topic Author
- Offline
Less
More
- Posts: 5
- Thank you received: 0
3 years 1 month ago #1004
by Harkirat Singh
Harkirat Singh created the topic: [SOLVED]i want to display field description [front-end]
Please Log in or Create an account to join the conversation.
Moderators: david, Ennie
- Forum
- Support questions
- WooPrice Calculator (Pro)
- [SOLVED]i want to display field description [front-end]
Time to create page: 0.145 seconds