Skip to content

Instantly share code, notes, and snippets.

@akhileshpv
akhileshpv / functions.php
Last active June 2, 2023 09:12
Wordpress WPForms - Preselect the dropdown based on URL parameter
<?php
/**
* WPForms - Preselect dropdown based on URL parameter.
*
* @param array $field
* @param array $form_data
* @return array
*/
function wpforms_preselect_dropdown( $field, $form_data ) {