johnchanmk
Forum Replies Created
-
Forum: Plugins
In reply to: [Theme My Login] redirection of actionsThank you. I guess I could figure out the issue.
Another thing that I would like to know is about the wp-nonce. How to configure the codes so that when passing information at the new page, the nonce test could be passed? Thank you.
Forum: Plugins
In reply to: [Theme My Login] redirection of actionsthanks . i guess i would work on those filters provided. May I know the difference and usage between tml_action_url and tml_action_links?
Thanks. Is it possible to provide some hints on what hooks to be used in the situation? Thank you very much
And another question, is it possible to calculate the difference of dates through the ninja calculation? I would need to get the number of days between two dates in the ninja form.
Furthermore about the question. I tried to create a dynamic list, and how to save the selected option back and display in the backend? It seems that the plugin does not save the value.
Furthermore, I would like to save the value of a field that the value is changed by jquery, is it possible? Thank you for the support.
Thanks! the code works well
Thanks. I just extract the data from postmeta from wordpress and it could be done successfully. So what should be the way to insert? is it like
$data['options'] = array( array('label'=>'Option 2'), array('label'=>'Option 3') );?