I found out its because I used a Input with name=”name” which caused this issue. I believe the name ‘name’ is a keyword in wordpress/php. I replaced the ‘name’ to ‘personname’ then it works as charm.
...
<input name="personname" type="text" value="" />
...
$_POST['gsdname'] // multiple time in my code
...
Best regards
Floh
Related Posts:
- How to create custom 401, 403 and 500 error pages?
- Best Practice for PHP
- Include WP_Query in my own PHP file?
- retrieve thumbnail from post ID of best selling product in category
- How to create a WP_Query to search the Title or Tag?
- AJAX / Read More: multiple check_ajax_referer() and wp_create_nonce() not working independentely
- Display certain amount of posts on taxonomy archive page
- how to display active, upcoming and past event with featured listing with pagination
- Get list of WP Updates Across Sites
- if statement on database query
- WP_Query meta_query results date by date
- WP_Query sort using multiple numeric meta values
- Help with adding pagination to custom wp_query
- How to get to a specific position in wp_query?
- API response to be stored locally
- WP_Query loop, does not display special characters in title correctly
- Remove query string specific key value
- How to filter posts by post format “standard” from wp-json api?
- WordPress does not load page.php, return 404.php
- Using foreach loop breaks
- Advanced Meta Query for Large Calendar Website (12k+ posts) (175k+ wp_postmeta rows)
- Loading the same WP_Query in two different wordpress .php templates
- How to prevent WP_Query function from returning all posts when empty?
- WP_Query adds “(wp_posts.ID = ‘0’)” so no results are returned
- How to store post ID’s in cookie or session to display the same posts later
- Get users that likes the post
- Recent Posts Not Showing Only On A Specific Category Page [closed]
- inserting a post from an extern php file but post content doesn’t show on wp site
- Security for data obtained from the database
- How to get all author posts outside of author templates
- How to get post ID in a Page?
- How to retrieve the data from the sever and displaying it in a page?
- How to overwrite orderby with add_query_var
- get_the_ID() in the footer returns wrong value
- How to override url params with rewrite rules vars?
- How to display SQL query that ran in WC_Order_Query?
- Store metakey value as an array
- Post not populating for custom post type based on category selection
- WP_Query multiple post results
- Infinite Loop – WP_Query
- echo var into wp_query
- Toolbar Hidden in a Virtual Page
- WordPress SQL JOIN query
- WP_Query and help with the loop for magazine front page
- Wp Query : Order by distance lat,lon
- How to WP_Query posts order by parent title?
- search.php to search only the post title
- Let current user know pending posts counts using wp_query
- WP_Query – How to query all of post types categories
- get_terms with specific id order
- How to work Woocommerce pagination inside shortcode?
- “pre_get_posts” orderby custom date field in different format?
- How to hide the file name of 404.php in URL?
- get different meta-data of a complicated query at the same time
- Using a new WP_Query inside the loop
- wp_Query with mutuplea values returns all posts
- Using the get_template_part method within an mu-plugin not possible?
- WordPress sorting posts by date and title using a dropdown
- How to get specific multiple pages excerpts at homepage?
- Has a PHP update given me a 404?
- Use WPQuery to match to specific repeater row in post
- WP_QUERY post_in problem
- how to get data from two different table from wordpress database
- Assign meta_query value to php variable
- Check the database for a postmeta field
- WordPress search query, how to modify the sql
- Modify post image in full size
- Wp-query output correct, but the loop shows one less item (only sometimes)
- How to display sticky post always at the top (before regular post) in wordpress?
- Combine multiple queries, array_unique returns nothing
- Making list of posts with chosen description
- Ordering / grouping posts by datepicker ACF
- Include search tags and users in my search results system
- Add custom taxonomy to custom search for posts
- My query keeps looping infinitely ! how to stop it?
- Transfer WordPress Login Session to an Extended Webpage on the Same Domain
- How can I display a query in a page?
- How to add thumbnails from recent posts to owl-carousel in wordpress automatically?
- direct query to post_meta table
- Only Get A Certain Number of Posts From WP_Query
- Querying posts based off a jquery datepicker
- Published custom posts missing
- Use custom get results query to show posts WordPress
- List sibling pages widget, exclude current page
- WP Query conflict on tag.php and category.php template
- custom contact form no longer working (because of 3.2?)
- Does wp_query and query_posts affect website performance? [duplicate]
- WordPress post pagination on custom template not working
- Ajax Load More or View More functionality for woocommerce category layout by template overriding
- WP query with variables gives no result for specific user
- Display all categories (with link) of custom post type – WordPress
- How do I run the following script from my articles page?
- Execute multiple PHP Snippets causes error?
- How to initialise WP_Query on the basis of a specific meta_value and continue iterating rest?
- Three different queries on same page
- How to sort search result by post_title, then by post_content
- How to get posts by a certain author in inner loop using outer loop variable or post title WordPress
- Show post in elementor based on views and specific category with query id feature in elementor
- External WP_Query call from PHP crashed after version update
- WordPress Query with meta_key and order by another meta_key