Hi Elliot,
I just have a problem on a php export.
The brace does not close on the right place. The simple cote is not well efcaped.
array (
'key' => 'field_523998fa41055',
'label' => __('Inscription à l\')événement',
'name' => 'event_registration',
'type' => 'page_link',
'instructions' => __('Sélectionnez la page qui contient le formulaire '),
'post_type' => array (
0 => 'page',
),
'allow_null' => 1,
'multiple' => 0,
),
Thanks,
Alex
Hi @asadowski10
Thanks for the bug report. I’ll add this to the to-do and have a look into it
Thanks
E
I’m having this issue as well.
i.e. ‘instructions’ => __(‘Select the Team Member\’)s user account.’,
It completely breaks the code and causes the entire website not to work. I can go through and fix them though.
Hi guys
Thanks again for teh bug report.
I have removed the __() wraps from the export function, so for now, this issue will not cause any more issues.
I will work on a better solution for exported fields translation in the near future. You can find the updated code on github as of now.
Thanks
E