Sharky Posted June 16, 2002 Posted June 16, 2002 Did anyone tried to make encoding an option? (like a pull down menu) do you think [FMP-Field: text, field:customencoding] is going to work?
Vaughan Posted June 17, 2002 Posted June 17, 2002 Close, but not quite. Use IFs to do this sort of thing. [FMP-If: customencoding.neq.] [FMP-Field: text, raw] [FMP-Else] [FMP-Field: text, html] [/FMP-If] I assume here that the field "customencoding" will be given a value if encoding is needed, and empty if not.
Sharky Posted June 17, 2002 Author Posted June 17, 2002 I think break and raw are the only two needed so this will work oke. But still...
Recommended Posts
This topic is 8293 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now