Randy Brown writes:
I'm using pmform to update a subset of page text variables on a page. If I'm not updating a particular PTV, I hide it on the form using:

(:input hidden $:MyPTV value="{{*$FullName}$:MyPTV}" :)

The problem is that when the MyPTV contains a double quote, it gets truncated at the quote.

What is the best way around this?

You can probably use input default:

 (:input default source={*$FullName}:)
 (:input hidden $:MyPTV:)

This should work for all core forms, not only PmForm.

Petko



_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to