So After a form is submitted, I receive an email, I log in to admin, all good.
I go in and edit the submission to update the 'Status field' to received/preparing. I use html to color these statuses
etc
as a form of conditional formatting.
I have looked into the pre-parser, but that sets the color too early, although I am going to use it to set a color for submissions that are not yet updated.
With FT2.02 The html I add shows as plain text, so it's not coloring the fields as I need. I have tried an if statement on the data as it comes out of the db into the field on page, but I apparently suck at if statements, and all my data fields are blank.
My question (finally, lol) is this: is there a way to allow html tags AFTER the submission is in the database? Or can someone try a conditional if/then/else and let me know the results? My options are Preparing, Ready, Held, Cancelled and Shipped, But shipped has no bgcolor.
In the old FT this worked, inside Edit Submissions, i saw code, but on the submissions list table I saw the color.
Thanks All
Xpider
I go in and edit the submission to update the 'Status field' to received/preparing. I use html to color these statuses
Code:
<FONT style="BACKGROUND-COLOR: Lime" >2010-8-10 READY,<B>VERIFIED</B></FONT>
as a form of conditional formatting.
I have looked into the pre-parser, but that sets the color too early, although I am going to use it to set a color for submissions that are not yet updated.
With FT2.02 The html I add shows as plain text, so it's not coloring the fields as I need. I have tried an if statement on the data as it comes out of the db into the field on page, but I apparently suck at if statements, and all my data fields are blank.
My question (finally, lol) is this: is there a way to allow html tags AFTER the submission is in the database? Or can someone try a conditional if/then/else and let me know the results? My options are Preparing, Ready, Held, Cancelled and Shipped, But shipped has no bgcolor.
In the old FT this worked, inside Edit Submissions, i saw code, but on the submissions list table I saw the color.
Thanks All
Xpider