Bangalore Posted February 20, 2013 Report Share Posted February 20, 2013 Dear Caspio, Can we configure a regular text field which has formatting in the table such as etc. to display the HTML tags for that record field instead of just text within a HTML block? Regards Quote Link to comment Share on other sites More sharing options...
0 londoncity Posted February 20, 2013 Report Share Posted February 20, 2013 Oh, this might help. Please try this: In the HTML block: [@field:text64000] ----- In the Footer var v_show_text = document.getElementById("cb_html_container").innerHTML ; v_show_text = v_show_text.replace(/</gi,'<') ; v_show_text = v_show_text.replace(/>/gi,'>') ; document.getElementById("cb_html_container").innerHTML = v_show_text ; Quote Link to comment Share on other sites More sharing options...
0 Bangalore Posted February 20, 2013 Author Report Share Posted February 20, 2013 Thank you for your prompt help!!! I will certainly try it. Quote Link to comment Share on other sites More sharing options...
Question
Bangalore
Dear Caspio,
Can we configure a regular text field which has formatting in the table such as
Regards
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.