In theory yes, but it will be a very bad thing to do. For that you will need to have the secret used to generate the nonce at site A in site B which means tht if site B is compromised site A might be as well (there is also some time synchronization that needs to be done between the site, but that the lesser worry).
There are two ways to properly go about it
-
don’t use nonce at all. nonce are there to protect registered users and if the submitter of the form is unlikely to be registered or the form do not do anything destructive on the server, then no point in using them
-
Site A should embed the form as an Iframe from site B. That way the nonce was generated by site B and it can verify it without knowing the secrets of site A
Related Posts:
- Is wp_nonce_field vulnerable if you know the action name?
- Nonce actions and names available via open source
- Help with forms and nonces
- Can you have more than one nonce on a page?
- Should I use wp_nonce_field on my contact form?
- wp_nonce for Front-End submission form not working
- How to define form action in JSF?
- What characters are allowed in an email address?
- What is an easy way to display a front-end user registration form?
- How to get current url in contact form 7
- Best way to create multi-step form with data saved to user account for later updating?
- Custom Registration Template/Page
- need to add attach thumbnail from my form
- Checkbox won’t check when label is clicked
- When is it useful to use wp_verify_nonce
- Duplicating/Cloning Multiple Form Fields
- Performing a POST action on homepage goes to posts page
- Add contact form
- 404 on form submit [duplicate]
- Form Processing
- Reset recaptcha contact form 7 [closed]
- Saving checkbox/option list status?
- Customize reset password form redirect problem
- creating form for wp_remote_post
- How to know what submit button the user clicked?
- How to use TinyMCE in the quick edit form?
- How do I use the info submitted in a form to create a form reception page? (like “thank you {firstName}”) [closed]
- How to retrieve form data?
- Can you disable the mail function in contact form 7 [closed]
- Embed interactive pdf
- Grab values from the query string to fill in hidden fields in ninja forms [closed]
- Make editor required for post from frontend
- placeholder text in category form label
- nonce in custom form is not verifying
- Use $_POST data in functions.php
- WordPress tabindex Order
- PHP form is not sending mail if I use mime type and version in header. How to solve this? [closed]
- Custom form in admin area, redirect in wrong page
- The Correct Way to Use Nonce Field without Settings API
- Is there a WordPress form plugin that can easily be configured for Google Analytics goals?
- Form submission in WordPress front end
- How to code auto-retry for API call
- How to check form input against PHP variable?
- Show button once Contact form 7 is submitted
- how to insert textbox value in existing database table in wordpress?
- How to move HTML form to WP Theme
- Is there a reset_button()?
- How can I modify labels in default wordpress registration form? [duplicate]
- Display number of sign-ups [closed]
- Contact form submit, having to click twice
- Is it possible to pass variables to WordPress externally?
- Form within thickbox
- Front end post form validation
- How to take large file uploads from users the right way
- gravityform – retrieve multiple check answers “keys” instead of “values”
- How to redirect with success message in wordpress admin panel?
- Should wordpress nonce be placed in html form or in javascript file
- WordPress – Users with contact form on profile
- How to stop iFrame form from reloading on mobile?
- using esc_html_e string in custom form using code snippets
- I’m needing to figure out how to create a page that user could create a “task” and it be selectable on a form
- contact form and WP loop
- AMP and Paypal form CORS issue
- How to create a custom range slider in wordpress form?
- Quickly Maintain/edit 100+ WordPress Forms on multiple websites
- Timezone dropdown in form
- Prevent malicious scripts to be submitted in post
- Unexpected token admin.php
- Adding a different domain to existing WordPress site
- .html form added to a page
- Sending email via function in page or setting up the action properly in another page
- Unable to submit form using admin post wordpress
- Remove active cursor from form field
- import excel form into wordpress
- Form data from wordpress theme to be submitted in other site url
- Send contact form to a specific referrer-email adres
- What is the proper way to embed the HTML of an external form such as payflowlink from paypal?
- Nonce fail after second submit attempt
- Displaying errors on the front end from my plugin
- admin_post in object oriented plugin
- Contact form spam, without form?
- Custom Contact Form Not Sending (but not giving error)
- How to use the in WP
- Assigning input to variable
- How do I capture the selected option and pass in sending the registration form?
- Custom form on front page redirects on error page
- IE 9 Clears Form Fields
- Form validation on user profile edit
- How to get formidable entry ID by post ID? [closed]
- Cannot access a file in the theme (twentynineteen-child) folder
- Calling custom PHP from a HTML form post action gives 404 error
- Reset form on onclick function
- How to add a checkbox with categories of entries to the form Contact Form 7 WordPress
- Conditional Logic for the Input Mask in Caldera Forms [closed]
- Form that stores emails [closed]
- Adding Mailchimp API key dynamically
- WordPress – custom user flow registration approval
- Gravity form with paypal adon should return custom receipt
- I cannot enter the letter C in the form [closed]
- Add options to WordPress Blocks form dropdown field