How i can save hidden fields in a content?
I have a content with a Riche Text
i try to put:
in richtext source code but it does'not work
If I try to save and reoper the code I don't find the input tag.
Try to create macro with html of your hidden field, and make it usable in RTE, than you will be able to use it in the richtexteditor via insert macro button.
hidden fields
How i can save hidden fields in a content? I have a content with a Riche Text i try to put:
in richtext source code but it does'not work If I try to save and reoper the code I don't find the input tag.
how i can resolve?
Hi Seweb,
Try to use Macro for it.
Try to create macro with html of your hidden field, and make it usable in RTE, than you will be able to use it in the richtexteditor via insert macro button.
I hope this way is possible for you.
Thanks,
Alex
thanks
Did you solve your issue?
Can you mark topic solved?
Have a nice evening!
Alex
I used a
var iddiv= $("#iddiv").html();
It works! without
is working on a reply...