khaledallen
Forum Replies Created
-
Yes. Gravity forms support eventually came up with this to put in functions.php:
<script>
gform.addFilter( ‘gform_list_item_pre_add’, function ( clone ) {
clone.find(‘td:eq(1) select’).val(‘Some value’);
clone.find(‘td:eq(2) select’).val(‘Some value’);
clone.find(‘td:eq(3) select’).val(‘Some value’);
clone.find(‘td:eq(4) select’).val(‘Some value’);
clone.find(‘td:eq(5) select’).val(‘Some value’);
return clone;
} );
</script>- This reply was modified 9 years, 3 months ago by khaledallen.
Hmm, none of these really reflects our layout. Pretty much the entire row is dropdowns.
I can just send you an entry from the website.
I should add that I’m using this plugin in a Gravity Forms list item.
Forum: Fixing WordPress
In reply to: MyPHPAdmin Password Reset does not workI should add that the emergency.php script did not send an e-mail. The e-mail account associated with the admin user is the correct one, verified by actually checking the SQL database, but perhaps this is where the problem in using the emergency.php fix lies?