Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding ability to replace form label with some element data #2208

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

jaanusnurmoja
Copy link

No point to show element data only in the browser title while displaying always similar form label as a "title" for current record.
Often we need to show some data as a title with a big font and replacing form label with element data would be good way for this.
In this solution, the multiple elements data is separated with |
See the examples (the records are actually from a wp blog :) ) - title | author:
image
image

@trob
Copy link

trob commented Sep 1, 2020

No need to do this. You can just use element placeholders in the form label
{your_element1} | {your-author_element}

@jaanusnurmoja
Copy link
Author

No need to do this. You can just use element placeholders in the form label
{your_element1} | {your-author_element}

Yes, but I really disliked this solution. In browser title (and, btw in Google search results) I see then {your_element1} | {your-author_element} and when I choose to show element data in browser title then the result is {your_element1} | {your-author_element} Element1 data Author element data

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants