asidance
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: If user is NOT logged in Show Imageyes, but for some reason it is not working for me.
anytime i try to apply it next to or away from this other code that does the same thing but if the user is logged.
<?php global $current_user; get_currentuserinfo(); $user_roles = $current_user->roles; ?> <? if($user_roles[0] == 'reseller') : ?> <img id="reseller-watermark" src="<?=bloginfo('stylesheet_directory')?>/images/watermark.PNG"> <?endif?>Forum: Plugins
In reply to: [Calculated Fields Form] If function from excel to CFFTHANK YOU VERY MUCH.
Just recently started doing codecademy on javascript.Also… where do these functions go? and how do i utilize them in a form?
Forum: Plugins
In reply to: [Calculated Fields Form] If function from excel to CFFlet me explain the formula a bit more.
I want the outcome of a dropdown option to change a field’s value.
so if they choose semi-gloss paper the field would be 0.32
I’m not too great with javascript, if you could get me started on how i would do this, I would Greatly Appreciate it.
Forum: Plugins
In reply to: [Calculated Fields Form] Hiding FormulasThank you, I appreciate the quick response. Worked perfectly.
Formula Question –
In my excel workbook I’m using =ROUNDDOWN(SUM(9.7/AC1),0)
Can this be utilized in CCF?