Custom Forms - content deleted after update
Hi,
I am new to vantage and just started developing and found the first problem.
I have a fresh installation of wordpress 4.1 with the vantage theme and tried to add some custom forms. It works fine if I click the save button for the first time. The fields even appear at the registration form as expected. The problem occurs while trying to edit the custom form. After clicking the "update" button, the new fields are save, while the old fields get destroyed. I just looked at the Database and found the following:
Code:
a:3:{
i:0;a:3:{s:8:"cssClass";s:29:"input_text ui-sortable-handle";s:2:"id";s:14:"app_chirurgie1";s:8:"required";s:9:"undefined";}
i:1;a:3:{s:8:"cssClass";s:29:"input_text ui-sortable-handle";s:2:"id";s:14:"app_chirurgie2";s:8:"required";s:9:"undefined";}
i:2;a:4:{s:8:"cssClass";s:10:"input_text";s:2:"id";s:14:"app_chirurgie3";s:8:"required";s:9:"undefined";s:6:"values";s:10:"chirurgie3";}
}
Item 0 and 1 are destroyed after hitting the update button while item 3 is working.
Hope someone here has idea, it seems to be a bug, because wordpress with different plugins and themes works fine on the same server.
Best regards
Mike