kiddosorna
Forum Replies Created
-
Forum: Plugins
In reply to: [Participants Database] Dropdown values from specific field$posts = $wpdb->get_results(“SELECT services,amount FROM inside_mandir”);
<p>Services<span class=”red”>*</span>
<span class=”wpcf7-form-control-wrap menu-903″><select name=”category” class=”wpcf7-form-control wpcf7-select wpcf7-validates-as-required” aria-required=”true” aria-invalid=”false”>
<option value=”<?php echo $posts ;?>”><?php echo $posts ;?></option>
?></select></span></p>it returns $array in select drop-down.i need services-amount value in dropdown EG:(AAA-$11)
how i get this value
i need to customize the form i need some of the dropdown values should come from db like that.how should i change
how to execute php code in wordpress.is there need any plugin??
I have a drop down value and it has a-121 b-122…. in drop downs.if i select that i have another textbox below it hold value 121 or 122 …based on selection.how can i achieve if i want to add script for this means then where i add and how i achieve
I have a site in xxx.com/demo in need the site in xxx.com.IS it enough to copy all the files inside demo and paste it outside and change the permalinks from xxx.com/demo to xxx.com
What should i do to get the all fields enable??