Hi @subhanjankayet,
You just need to check which post_meta is used for saving the image url. You can check it out by enabling Custom fields and then check the name of the field where the URL is saved.
Then in your WPUF form you just need to create a URL field with that meta name and it should work.
Thanks
Thread Starter
s k
(@subhanjankayet)
Thanks for a quick reply. I intercepted the post and found: fifu_input_url in the post method. can you guide me next how to create URL field with meta name
Thread Starter
s k
(@subhanjankayet)
Thanks I have done this. Just want to know how can I enlarge the post area wide. Because its very little area. I can enlarge it in buttom but want to enlarge width of the post creation tinymce editor
Hello @subhanjankayet,
To enlarge use custom CSS.
Thanks