This topic is locked
[SOLVED]

 labels

7/17/2018 3:52:27 PM
PHPRunner General questions
gehrenfeld author

I having a problem with puting labels where I want them.
I have a field named serving with a label Servings to the left of the input box. I want to put a label to the right of the input box that says per Person not yield.
How would I do that?
Thank you

HJB 7/18/2018

https://xlinesoft.com/phprunner/docs/page_elements.htm
3.User message. The special element on which place a message may be inserted. It is allowed to add a message only to some pages where users may need to get some notification, e.g. notify a user about unsuccessful login.
To insert the message, go to the Events page, select an event with &message parameter in the function definition (e.g. Login page: Before login event, Add page: Before record added event etc.) and add the following code:
$message="Type your message here!";
yellowbulbNote: The message will be displayed on the web page in place of "message" element.
unquote excerpt
Other option to go could be https://xlinesoft.com/phprunner/docs/miscellaneous_settings.htm?anchor=misc_label_ed - here, EDIT FORM TOOL TIPS related content where in this case the tooltip "Enter model as it stated in catalogue" appears under the entry field.

gehrenfeld author 7/18/2018



https://xlinesoft.com/phprunner/docs/page_elements.htm
3.User message. The special element on which place a message may be inserted. It is allowed to add a message only to some pages where users may need to get some notification, e.g. notify a user about unsuccessful login.
To insert the message, go to the Events page, select an event with &message parameter in the function definition (e.g. Login page: Before login event, Add page: Before record added event etc.) and add the following code:
$message="Type your message here!";
yellowbulbNote: The message will be displayed on the web page in place of "message" element.
unquote excerpt
Other option to go could be https://xlinesoft.com/phprunner/docs/miscellaneous_settings.htm?anchor=misc_label_ed - here, EDIT FORM TOOL TIPS related content where in this case the tooltip "Enter model as it stated in catalogue" appears under the entry field.



Thank you for your help.
I looked at the things you suggested and not really what I needed so I can live without it. I wll just add what I want to the field label.
You have been very helpful to me and I will appreciate someone to take the time to help people out. So thank you again for all the help.

admin 7/18/2018

Sounds like Edit form tooltips is what you looking for.