Posts made by Itamar Tzadok

Yes, apparently the core handling of the accepted types parameters changed at some point to the effect that it stopped working in the dataform. So it's now a dataform issue and you can open a tracker issue in the Set: Dataform tracker. smile

To begin with, use either number field or text field for number inputs. Suppose then that topic_duration is a number field. You can use a formula such as the following to display the field's content number multiplied by 2:

%%F:=[[topic_duration] ]*2%%
(Remove redundant spaces between brackets)

See if you can make this work and we'll take it from there.

smile

Yes, apparently the standard modules' description (intro) section is hardcoded to no XSS prevention and users must be trusted. This may be worthy of a tracker issue. Afaict right now the only way to resolve your issue is to either hack the code or require that user to increase the security level in the browser. smile

Average of ratings: Useful (1)