stuart981
Forum Replies Created
-
Forum: Plugins
In reply to: [Event Booking Manager for WooCommerce] Event ListSo i want to show a summary of events in a category using the event list command.
This shows a square panel for each event in columns accross the page, i would like to change the format of each of the boxes for each event to change how they look and the content. I am assuming that the panels are created using a template or part template to create the square panel.
Can you tell me which template or part templete these panel use and how to use hooks to call specific content
Matthew,
Raised as requested, got the following reply
Hi there,
It looks like your current account does not have support. Would you consider renewing so that I can help you with this question?
– Jason
I am using the Lite version to evaluate if i should purchase, the Lite version supports CC & BCC but these are not working.
Any suggestions?
Forum: Plugins
In reply to: [Calculated Fields Form] Option Feild Text Value in IF statementSorry edited my original reply just as you were answering
That works perfectly for the submitted value, so if i check the submitted vale then i can do the calculation, however i want to check the text value as the submit value is the same for some options. I am assuming that i have to submit the text as a string and use the statement to define the value that was previously submitted?
Forum: Plugins
In reply to: [Calculated Fields Form] Option Feild Text Value in IF statementThat works perfectly for the submitted value, so if i check the submitted vale then i can do the calculation, however i want to check the text value as the submit value is the same for some options. I am assuming that i have to submit the text as a string and use the statement to define the value that was previously submitted?
- This reply was modified 6 years, 2 months ago by stuart981.
Forum: Plugins
In reply to: [Calculated Fields Form] Option Feild Text Value in IF statementBrilliant, thank you for your speedy reply, will try that tomorrow and close the thread.
Forum: Plugins
In reply to: [Calculated Fields Form] Option Feild Text Value in IF statementI need to do a if else statement as in Javascript, for example
if (fieldname3 ==”This is an Option” ) {
Then Do calc on Value on submit of Option
}else if (fieldname3 ==”This is another Option” ) {
Then Do calc on Value on submit of Option
}else if (fieldname3 ==”This is a Third option” )
Then Do calc on Value on submit of Option …..etc