I tried submitting questions on different pages, and I did find that there were some pages that couldn’t submit questions
I use the WP Super Cache plugin to cache pages, and I found that I can successfully submit questions after deleting the cache, what is the reason for this?
I used the software to compare the code of the old page and the new page (the page regenerated after deleting the cache) and found that they have two lines of code with different
Code in the Ask a question section
New: <button type=”button” data-nonce=”944ea8a1e0″ data-product=”698″ data-crcptcha=”” class=”cr-qna-new-q-form-s-b”>Submit</button>
Old: <button type=”button” data-nonce=”6ffafa6caa” data-product=”698″ data-crcptcha=”” class=”cr-qna-new-q-form-s-b”>Submit</button>
Code in the Add an answer section
New: <button type=”button” data-nonce=”a1f560c17b” data-product=”698″ data-crcptcha=”” class=”cr-qna-new-q-form-s-b”>Submit</button>
Old: <button type=”button” data-nonce=”3ae92a80c6″ data-product=”698″ data-crcptcha=”” class=”cr-qna-new-q-form-s-b”>Submit</button>
It seems that only the value of data-nonce is different, and the others are not different
What’s the problem?
-
This reply was modified 2 years, 5 months ago by tonyzyc.