Hello all,
I need a rule that will empty these field types (on a radiobutton change):
- CMS_INPUT_TEXTAREA (st_video_embed)
- CMS_INPUT_LINK (st_video_link)
- FS_DATASET (st_video)
- FS_REFERENCE (st_image)
I created one for deleting the CMS_INPUT_TEXTAREA values:
<RULE>
<WITH>
<EQUAL>
<PROPERTY name="ENTRY" source="st_type"/>
<TEXT>image</TEXT>
</EQUAL>
</WITH>
<DO>
<PROPERTY name="EMPTY" source="st_video_embed"/>
</DO>
</RULE>
Is it possible to do the same with the other three input types?
Kind regards,
Dragan Rakita