Hi All !
I'm trying article import / export between websites running identical copies of F2C Pro.
I need to have all articles exported as 'unpublished'. As per your documentation I've had a look at:
/media/com_form2content/schemas/f2c_forms_1_0_0.xsd
Within that file I see:
<element name="state">
<annotation>
<documentation>
The state of the F2C Article.
The following values are accepted:
0 - unpublished 1 - published -2 - deleted
</documentation>
</annotation>
<simpleType>
<restriction base="string">
<enumeration value="deleted"></enumeration>
<enumeration value="trashed"></enumeration>
<enumeration value="unpublished"></enumeration>
<enumeration value="published"></enumeration>
</restriction>
</simpleType>
</element>
In a test output file '20191110065045 F2C Export.xml' I get '<state>published</state>'
I need '<state>unpublished</state>' so imported articles can be checked before articles are released on target website - Any ideas on how to achieve that ?
Cheers - Paulzero.