This topic is locked

readonly AND with HTML format on the ADD page

1/30/2007 6:52:17 AM
PHPRunner General questions
D
datapimp author

Hi every1 ... just have a very quick question that i'm stuck on ....
I need to know is it possible to have a field readonly AND with HTML format on the ADD page.
I need it so customers can see a the reply message in HTML format but i don't want them changing it
I'm using PHPr 3.1 build 207
thanks <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=4503&image=1&table=forumtopics' class='bbc_emoticon' alt=':rolleyes:' />

J
Jane 1/30/2007

Hi,
not sure that I understand you correctly.

As far as I get from your post you want to display a field with text before the user enters the actual message.

This of course is not possible.
Please clarify when and where you want to display a HTML message.

Then I'll help you to implement it.

D
datapimp author 1/31/2007

What I'm trying to do is on the add page, basically it's just a simple message page were customer and shop dealers talk to each other. So when a shop dealer has sent a message to the customer, the customer can then reply to.
I've done this by having one field which is in html text box format for the customers to write there reply in. I have no problem with that but, I need another filed on the same add page to contain the original message from the shop dealers which is in html as well. I need this filed to be readonly while being in html format as I don't want the customers altering the original shop dealer message.
So 1 filed is readonly html, for the shop dealer's original message and another field is a normal html text box for customer to enter their message in. I'm unsure how to do this in PHPrunner.
Thanks again <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=15068&image=1&table=forumreplies' class='bbc_emoticon' alt=';)' />

J
Jane 1/31/2007

You can set up this field as Readonly on the "Edit as" settings and as HTML on the "View as" settings dialogs.