1
OK, well it's simpler than I thought. It appears that you can't put an "apostrophe" in a xoopsformtext gadget.
A xoopsformtextarea works ok. Why is this? No doubt it's something stupidly simple I'm missing. I note a "apostrophe" works in this forum on the "Subject" line. What am I doing wrong? Even a simple line like this doesn't show the apostrophe or anything after it:
$subtext = new XoopsFormText("Subject: ", "subject", 50, 50,"My test's");
When it renders, the apostrophe and the "s" are missing.
Thanks
Doug P