Application email field for any user
Originally Posted by
sebet
@sbaa,
you can achieve this by editing the file '\fxtender-pro-jobroller\includes\jscripts.php'
Look for this line;
PHP Code:
if ( isset($post) && isset($posted) && $post->ID == get_option($app_abbr.'_submit_page_id' ) && $app_recip_field && $app_recip_field == 'yes' && user_can($current_user->ID, 'manage_options')) :
replace it with this line to display the field to any user:
PHP Code:
if ( isset($post) && isset($posted) && $post->ID == get_option($app_abbr.'_submit_page_id' ) && $app_recip_field && $app_recip_field == 'yes' ) :
Hi Sebet,
the code has been rewritten - how can I achieve the same result in 1.4.1.5?
Is it possible to have this field displayed in standard version populated with mail address defaulted from the logged-in user?
So the user can change the mail address if needed.
thanks in advance,