djbeesley
Forum Replies Created
-
Hi @picocodes
I want to add 0 before month number 1 to 9 but it gives me an error after number 7.
“Invalid numeric literal”
So Now I am using code like this:
return array( ’01’ => __( ’01’, ‘invoicing’ ),
’02’ => __( ’02’, ‘invoicing’ ),
’03’ => __( ’03’, ‘invoicing’ ),
’04’ => __( ’04’, ‘invoicing’ ),
’05’ => __( ’05’, ‘invoicing’ ),
’06’ => __( ’06’, ‘invoicing’ ),
’07’ => __( ’07’, ‘invoicing’ ),
’08’ => __( ’08’, ‘invoicing’ ),
’09’ => __( ’09’, ‘invoicing’ ),
’10’ => __( ’10’, ‘invoicing’ ),
’11’ => __( ’11’, ‘invoicing’ ),
’12’ => __( ’12’, ‘invoicing’ ),
);Just wanted to check if this is the correct way to use the code.
Thank you!
Thank you for quick help.
Hi @picocodes
how can use this hook?
thank you
Thank You Brian for your help.
Also is there any way to get error response?
Thank you Brian for your help.
Forum: Plugins
In reply to: [Contact Form 7] placeholder in date field disappear on mobile viewHave you noticed this comma in your code before @media?
/*for mobile version*/
`@media only screen and (max-width: 600px) {Forum: Plugins
In reply to: [Contact Form 7] success message not showing@kakiatsang does admin get those email sent from contact form?
Yes, I did that setting. Thank you, Piyush for the help.
Hi Piyush, I am not able to open the given screenshot, could you please share it again.
Thanks