Skip to content

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

Open
jaanusnurmoja wants to merge 6 commits into
Fabrik:masterfrom
jaanusnurmoja:patch-62
Open

Adding ability to replace form label with some element data#2208
jaanusnurmoja wants to merge 6 commits into
Fabrik:masterfrom
jaanusnurmoja:patch-62

Conversation

@jaanusnurmoja

Copy link
Copy Markdown

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

trob commented Sep 1, 2020

Copy link
Copy Markdown

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

@jaanusnurmoja

Copy link
Copy Markdown
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