Firstly your question shows no research or effort whatsoever. Also it isn’t elaborated efficiently.
From what I gather you want a page with some code in wordpress. There are multiple ways to do it.
Easiest way would be to create a new page template in your theme file. Go to your active theme folder and create a new page template
<?php
/* Template Name: Form Page Template */
if($_POST['xyz') {
//Post form processing and data insertion here
}
?>
<form name="abc" method="POST" action="">
<input type="text" name="xyz" />
<input type="submit">
</form>
<!---You can add any html or PHP code to Page template ---->
After saving the template file. Go to pages->add new page in dashboard and create a new page . From page attributes drop down choose the page template you just created.
Related Posts:
- Export only pages and posts with mysql dump
- How to create a page that contains a list of post titles from specific categories?
- pre-existing data, and entities
- Automatically generate pages from SQL
- How to backup just pages from my site, but not posts with other post_type values
- Custom user tables not working after migration
- Adding a filter to wp_edit_posts_query() to prevent hierarchical display of pages
- Create a plugin to create a new page in wordpress for each time a record is added into the database
- Get page id by template
- How to load JS and CSS only on specific Pages using is_page()?
- Listing pages which uses specific template [duplicate]
- page title, parent tilte and grand parent title
- How to add jQuery script to an individual page?
- WordPress page edit does not save selected template
- Manual excerpts for pages not working on Search
- Automatically set page order on create page
- WP is not using the select custom template.php that its selected for a page
- Is it possible to set a page template on a dynamic home page (articles list)?
- Page with page template not using template in Preview
- Subpages return 404 error [closed]
- wordpress with many custom styled static pages
- One page – Multiple parents?
- Check whether the child page has siblings
- How to re-order pages en-masse
- wp_dropdown_pages default value
- User capability of create page/new page
- A function like is_page() but returns true if on any sub page of given page
- How to get the excerpt of a page before more tag?
- is_page condition not working
- Using page slug in array
- Shortcode produces blank page
- How WordPress manages nested dropdown?
- Get all children page ID’s including parent by title
- How to modify the default WordPress ‘Pages’ widget to have titles on the anchor tags?
- Creating a 3-column layout on a WordPress Page
- Create page that is not deletable
- I have index.php and other files, how do I display other pages?
- is_home() returns TRUE on page template
- Location-Based Pages displaying results near customer
- Moved WP from example.com/blog to example.com, cannot add pages now
- Created php page in wordpress – Error Page can not be reached
- Adding New Users to Your WordPress Site for edditign only one page
- Multiple alias for single page
- Removing Parent Page URL While Keeping the Navigation Intact
- Organizing Your Pages
- Custom page template for multiple pages
- IF user is logged in only show certain page
- No Appearance panel is shown
- hard coded html / php pages on local host directory don’t show up in WP dashboard
- page.php is not called, falls back to index.php
- Custom page in archive page for certain category
- Is it possible to check for shortcodes on a page?
- WordPress 3.2 – removed ability to select a page template in the page attributes when adding a new page?
- Can I “protect” a page with a form asking for an email address?
- Use same page-mypage.php template for several pages
- How do you implement a page template automatically being applied to a page?
- Is it possible to restrict access to specific pages in the admin area based on the page slug?
- Make “default” wordpress pages & features unaccessible
- How to create cutom link for page
- Set a variable to using in redirected page
- creating single page with 2 columns while theme is 3 column
- Outputting content from page
- Use an archive as the parent of a page?
- WordPress Page Protect forwards to Admin Login
- How can I edit pages from my local environment?
- Displaying the blog entries in a Page (using get_posts to retrieve the posts)?
- products category page editing
- Different template parts when on different pages
- Updating page template pragmatically
- Why can’t pages be categorized / tagged?
- Adding in additional pages into a custom theme
- List of pages of a specific user
- wordpress page navigation numeric pagination showing same posts on each navigation
- WordPress dosn’t save page/post updates
- Multiple meta_key with get_pages
- Sup pages can’t be found
- How to use wp_dropdown_pages or wp_list_pages to accomplish a menu like this?
- Get child pages in get_pages function
- WordPress Page All Content In Template Good Or Bad Convention?
- Bundle a page with custom url and a function
- Custom Upload Adds Ghost File
- Displaying Content Only in Certain Page IDs Not Working
- WordPress white screen with “All Pages”
- Widget & storing a Select box choice
- How to Change the path of a child page?
- Annoying notification when trying to create a new page
- Page stuttering on load
- How To List Sibling Pages And Include The Featured Image?
- WP Template Hierarchy – Need help choosing the correct templates
- the_content() Returns post content when I want page content
- disable trashability for certain pages
- how bbPress and buddypress add their own page templates to the page template drop down on the page editing screen
- Can’t select a page using is_page()
- pages won’t show on front page using loop or pre_get_posts
- Does WordPress list all pages for crawlers?
- List of pages – AJAX load more
- one time visit to the page
- How to display child page from specific parent page in homepage?
- How to display text of a page in home or custom page?
- How do I count the number of pages a user has seen on my site, and force them to log in after a certain amount