Assuming you only want to display the results, not save them to the server, creating a live calculator would require a little bit of Javascript code, and creating form fields for the input.
Note that by default, you cannot add Javascript to WordPress.com sites, or a self-hosted install with kses activated. You are not subject to those restrictions if you are logged in as an administrator.
Assuming you have appropriate permissions to include Javascript within a post, you could just paste something like this into the “Text” window of your post content:
X: <input id="valX" />
T: <input id="valT" />
<input type="button" value="Calculate" onclick="javascript:result.value=(5*parseInt(valX.value))+(4*parseInt(valT.value));" />
Result: <input id="result" />
Related Posts:
- How to include landing page with form submission?
- How to handle form submission?
- Add error message on password protected page
- how to set from address according to the form input email address for wp_mail()?
- using update_user_meta in form to set and get custom meta
- User registration problem in WordPress
- show image in mail contact form 7 [closed]
- Submitting post to database then redirecting to paypal
- Registration form labels – add asterisk
- How to create and retrieve data from a special registration form?
- Contact form 7 Dynamic text – placeholder on GET field
- Settings API erases itself?
- set_query_var doesn’t seem to work on init hook
- How to send multipart form data to WordPress endpoint
- Wp_mail Returning False on Server
- How to update selective options on plugin settings page
- Loading scripts & styles from a meta box callback function
- Help with verifying google recaptcha in a custom form
- Duplicating/Cloning Multiple Form Fields
- Mail Form in a modal box without plugin
- How am I able to get the value out of cookie array when I push a button?
- How to Process Form Request
- What is the valid phone number format accepted by contact-form-7 [closed]
- How to implement post/redirect/get pattern on contact form
- Creating a custom multilingual form
- wordpress not displaying my form
- Adding data to an array in usermeta and displaying it in a loop
- not logged in users can’t submit form
- post request does not redirect but why
- Create form on plugin options page that creates submenu pages for that plugin
- How can I create registration form for users which I can assign role and profile picture?
- Creating User Form Submission – Only allow them to see their own submissions
- Show the submitted values in the form when validation fails
- Using Contact Forms to Send Private Information [closed]
- Post submit using shortcode and init
- Adding a new user from the front end
- Contact Form 7 not sending emails- no confirmation, no error [closed]
- Saving frontend form data in wordpress
- I am trying to grab the title and put it in a paypal form select option
- PHP form is not sending mail if I use mime type and version in header. How to solve this? [closed]
- Validating custom fields before post save
- Form action URL unrecognized
- Is there a WordPress form plugin that can easily be configured for Google Analytics goals?
- Comparing formidable pro and gravity forms [closed]
- Programmatically populate form fields with data
- Stop SPAM from custom form
- How to validate my form
- Custom tables and using wpdb to insert into DB from a html form
- Send value of PHP variable in template via hidden field in a form
- Custom form handling in WP.. the correct way?
- How to use HubSpot Forms API in WordPress pages?
- Front end update_post_meta Help
- retrieve all emails as database in wordpress to view all sent emails
- How to stop direct HTTP POST to a PHP script?
- Embed IPB forums to wordpress page
- Unable to upload data to Media Libary
- Dashboard Contact Form
- Where this validating message come from?
- How can I receive uploaded attach file as a Google drive link [closed]
- How to add custom regex validation to WPForms password field
- Exporting a form to a CSV file does not work in WordPress but it does in PHP
- Form Post / Session Variables not Working in Query with Pagination
- Submit Multi-Part Form After Each Part
- Populate a custom form with user data [closed]
- Am receiving more than thousand mails in single day from ‘[email protected]’ continuously
- Sliding Register – Login Forms
- AMP and Paypal form CORS issue
- Caldera Forms Manual formula
- Form element name – array type is not working
- Embedding Links to WPForms on a WP Page
- Unexpected token admin.php
- display a message if get form is empty
- Scroll Form with page scrolling and add form on slider
- Reading POST over admin-ajax.php
- Back button not working after input / search submit
- I am trying to add checkbox for anonymous post on form post
- Adding a different domain to existing WordPress site
- Custom transactional emails on user signup with wp_add_user
- WordPress, Front-end send message to authors using plugin when their post is published
- why form in front-page.php redirect to blog page
- Sending email via function in page or setting up the action properly in another page
- Multiple Taxonomy post query with exclusion
- How do i can data from my custom form to a custom table
- Form Sanitization and Validation
- Generating unique PDF download link after user input
- Plugin to get a result based on form checkbox
- Update a string from the front-end
- Update post meta without deleting the old entries
- How to creat form with get method and receive it
- Passing input value into name of input
- How to know if a tag has been added within a taxonomy?
- Custom form values without plugin [closed]
- wp_insert_post with POST data
- How to add contact form instead of checkout
- Auto populate a Form
- From contact form to paypal
- Dynamic price for payment button
- Is it possible to change the error message “This is a required field” for all checkout fields? [closed]
- How to reproduce the post format field in a front end form?
- How can I add email code authentication on form submission without any wp plugin?