Using template causing admin-ajax.php forbiden?
-
https://pastebin.com/urq85eYb
This is the sample of new page template I am using, and I included from what I could inspect in browser as a code of WPUF.
Problem is that form is hidden and filled correctly, I am using Youtube api to autopopulated fields.
I already put much work on this.
So yeah, once field search, is searched for a keyword, youtube videos are shown, and each youtube video has hidden and filled correctly wpuf fields, just problem is that by clicking submit, in this case it is image i put as a submit button, it returns admin-ajax.php 403 forbiden.
How do I fix this?Fields hidden…
ul.wpuf-form .wpuf-el { position: relative; display: none; }Fields being populated…
Clicking submit…
You can test it in here…
http://lapan.com.ba/dodaj-youtube/Maybe all this what I am doing sounds weird, but as you can see, I want to publish video without even guest knowing they are doing it…
The topic ‘Using template causing admin-ajax.php forbiden?’ is closed to new replies.