Fabrik / fabrik

Fabrik for Joomla 3.x
http://fabrikar.com
Other
254 stars 380 forks source link

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

Open jaanusnurmoja opened 4 years ago

jaanusnurmoja commented 4 years ago

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 commented 4 years ago

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

jaanusnurmoja commented 4 years ago

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