The selected function causes immediate output, it does not return a string. Therefore you can’t use it like that, in a string building mode.
If you want it to return a string instead of immediately outputting the text, pass false to the $echo parameter.
$string = "
<select name="gender">
<option value="male" " . selected( $values['gender'] , 'male', false) . ">Male</option>
<option value="female" " . selected( $values['gender'] , 'female', false) . ">Female</option>
<option value="other" " . selected( $values['gender'] , 'other', false) . ">Other</option>
</select>
";
Related Posts:
- Free or affordable OCR and ICR (handwriting recognition) SDK?
- 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
- How to pass on Google Adwords gclid variable to other pages
- Best way to create multi-step form with data saved to user account for later updating?
- User registration problem in WordPress
- Custom Registration Template/Page
- Submitting post to database then redirecting to paypal
- need to add attach thumbnail from my form
- Checkbox won’t check when label is clicked
- Nonce actions and names available via open source
- Add contact form
- How am I able to get the value out of cookie array when I push a button?
- 404 on form submit [duplicate]
- Form Processing
- Reset recaptcha contact form 7 [closed]
- Saving checkbox/option list status?
- Customize reset password form redirect problem
- 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
- not logged in users can’t submit form
- How to use TinyMCE in the quick edit form?
- post request does not redirect but why
- How to retrieve form data?
- Creating User Form Submission – Only allow them to see their own submissions
- Using Contact Forms to Send Private Information [closed]
- Adding a new user from the front end
- Embed interactive pdf
- Contact Form 7 not sending emails- no confirmation, no error [closed]
- Grab values from the query string to fill in hidden fields in ninja forms [closed]
- Make editor required for post from frontend
- Saving frontend form data in wordpress
- 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
- 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?
- How to code auto-retry for API call
- How to check form input against PHP variable?
- How to validate my form
- how to insert textbox value in existing database table in wordpress?
- Is it possible to pass variables to WordPress externally?
- Front end update_post_meta Help
- retrieve all emails as database in wordpress to view all sent emails
- Front end post form validation
- Dashboard Contact Form
- How can I receive uploaded attach file as a Google drive link [closed]
- Exporting a form to a CSV file does not work in WordPress but it does in PHP
- How to redirect with success message in wordpress admin panel?
- WordPress – Users with contact form on profile
- How to stop iFrame form from reloading on mobile?
- Am receiving more than thousand mails in single day from ‘[email protected]’ continuously
- Sliding Register – Login Forms
- 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
- Timezone dropdown in form
- Form element name – array type is not working
- Unexpected token admin.php
- display a message if get form is empty
- Adding a different domain to existing WordPress site
- .html form added to a page
- 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
- Remove active cursor from form field
- import excel form into wordpress
- Custom forms + Polylang
- What is the proper way to embed the HTML of an external form such as payflowlink from paypal?
- How to make caption field required in media library?
- Displaying errors on the front end from my plugin
- Update a string from the front-end
- Update post meta without deleting the old entries
- Username from e-mail
- Custom Contact Form Not Sending (but not giving error)
- Assigning input to variable
- Send message to author without showing email address [duplicate]
- Custom form on front page redirects on error page
- IE 9 Clears Form Fields
- Form validation on user profile edit
- custom form submission
- How to get formidable entry ID by post ID? [closed]
- Using form method in a template WordPress page
- 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]
- Dynamic price for payment button
- Forms lead to “Page not found” in Ultimate Member plugin
- How to use tag in wordpress?
- How can I add email code authentication on form submission without any wp plugin?
- Implementing Autosave Functionality for Long, Multi-page Forms in WordPress