Do you mean that you want the submitted form data to look like this:
custom_field_id[]=10=custom_field_value_10=Full-time
In either the URL query string, or in the POST body of an application/x-www-webform-urlencoded
request? If so, then no, you cannot do that. That is a violation of both the URL and application/x-www-webform-urlencoded
specifications. =
is a reserved separator character that cannot appear unencoded in the name
and value
fields, it must be url-encoded as %3D
:
custom_field_id%5B%5D%3D10=custom_field_value_10%3DFull-time
It is the receiver’s responsibility to url-decode the submitted data before then processing it. As such, it would see custom_field_id[]=10
and custom_field_value_10=Full-time
values, just as they appeared in the original HTML.
Related Posts:
- The origin on why ‘%20’ is used as a space in URLs
- How can I programmatically check if a Google User’s profile picture isn’t default?
- What is fbclid? the new facebook parameter
- How to write URLs in Latex?
- Get the values from the “GET” parameters (JavaScript)
- How can I get query string values in JavaScript?
- What is the difference between URL parameters and query strings?
- How to load script with jquery.load()?
- jQuery .load() not working
- How to find Port number of IP address?
- What is the difference between a URI, a URL and a URN?
- What character encoding is >?
- How to replace � in a string
- How to change the URI (URL) for a remote Git repository?
- the use of `%3F` in URL
- Does “\d” in regex mean a digit?
- What is base 64 encoding used for?
- Get the current URL with JavaScript?
- Python – Reading and writing csv files with utf-8 encoding
- Is it possible to get a list of files under a directory of a website? How?
- Is ‘# -*- coding: utf-8 -*-‘ also a comment in Python?
- What is the difference between UTF-8 and Unicode?
- I have a string with “\u00a0”, and I need to replace it with “” str_replace fails
- “Unmappable character for encoding UTF-8” error
- Get HTML code using JavaScript with a URL
- Can a URL contain a semicolon and still be valid?
- Get current URL with jQuery?
- Simplest way to read JSON from a URL in Java
- How to get URL parameter using jQuery or plain JavaScript?
- What is a “slug” in Django?
- Input Type URL – Says “Please enter a URL” if HTTP is not included
- How to download image from URL
- Check if URL has certain string with PHP
- Download Returned Zip file from URL
- How to open a URL using PHP?
- How to check if the URL contains a given string?
- Check if url contains string with JQuery
- How to read html from a url in python 3
- How get value from URL
- If a hacker changed the blog_charset to UTF-7 does that make WordPress vulnerable to further attacks?
- Strange characters – despite everything being UTF-8
- Character encoding issue after changing servers
- Add whitespace between Chinese and other letters
- WordPress Database Charset/Collate
- Why WP encodes UNICODE (UTF8) containing urls? Any drawbacks of UNICODE url?
- do_settings_sections() doesn’t escape quotes
- Allowing non-latin characters in registration
- JSON not valid after json_encode posts
- Non-Latin Characters in permalinks
- How to increase the character limit for post name of 200?
- Faulty restore of the database, encoding issue
- How to encode post content as JSON?
- Word press replacing unicode characters with “?”s
- Custom DB_COLLATE (collation) value not working on fresh install?
- What is WordPress file encoding?
- Query string becomes encoded when a static page is used as homepage
- Site Rss not seen by browser
- WordPress problem with htmlentities
- Emojis getting converted to “?”
- Unexpected = (equal sign) characters in wp mail
- WordPress content shows this character ​​
- urlencode query string in gravity forms confirmation redirect
- HTML Entities displaying improperly as malformed escaped code
- How to get my post title to work with an apostrophe (‘s)?
- Editing URL character replacement
- Return encoded Page Title outside of a loop
- How to properly encode url with parameters for redirect_to
- Avoid glitchy characters – my own version of the problem
- Adding inline JavaScript encoding issue
- copying text from ms word to wordpress post appears weird [closed]
- images not showing after transfer
- Unicode characters displaying as ? after import using WP Clone
- esc_js() breaks unicode sequences by removing the slash ‘\’ character
- Post editor loads empty
- UTF8 Encoding problems when exporting posts
- Fix encoding ’ [closed]
- Getting Non-printable characters were found while entering Euro Symbol
- Images are not showing after moving WordPress installation from server to localhost?
- Problems character encoding for pages in multiple languages
- Blank spaces show as a question mark
- Function to replace comment’s accented characters before posting
- Question mark on special chars
- Outputting HTML elements through WP-API
- Encoding Issue while using French in WordPress
- Problems with wierd characters and my plugin
- Special characters in post_title replaced by ‘?’
- Plugin won’t output characters with diacritics properly
- French accented text replaced with ? in woocommerce product list
- Character encoding issue – black diamond question marks on imported post excerpts
- Theme-based character encoding issue
- Strange special character/Latin characters
- Search terms in other language turns out to question mark and symbols
- Control character encode after using jquery autocomplete
- WordPress plugin problem with encoding
- filter wptexturize doesn’t work on old posts titles
- Post removes any text from post that’s following special characters
- UTF-8 Characters in URL – IE problem
- How to make sure the letters ‘pez’ do not convert to a fish symbol? [closed]
- How can one distinguish the host and the port in an IPv6 URL?
- wordpress shortcode url decode non Latin character