basic inquiry on Mailform , and template BG picture

Erweiterungen
Post Reply
Bagheri77
Posts: 5
Joined: Wed 5. Apr 2023, 14:41

basic inquiry on Mailform , and template BG picture

Post by Bagheri77 »

I am very beginner with the coding and the the concept behind flat-file cms,
I usually use wordpress. But I find CMSimple exactly what I intend to use on my page. I could not find any tutorial on YouTube as well, I hope you will not mind my very basic inquiry:
1- I intended to use the mailform on a menu item [Team Registration] , the email is given correctly, however, I am not sure about the calling on the page (i did not understand this part) and it is not working. could someone explain in a non-developer method how to do this? {{{plugin:dd_mailform('filename');}}}
here is the screenshot

2- how to change the background image of the template?

Thanks for considering to reply ;)
cheers
Ali
Gert
Posts: 2082
Joined: Sun 18. Nov 2012, 14:18

Re: basic inquiry on Mailform , and template BG picture

Post by Gert »

Hello,

welcome to the CMSimple Froum - it was a long way ;)
Bagheri77 wrote: Wed 5. Apr 2023, 23:47 ... could someone explain in a non-developer method how to do this? {{{plugin:dd_mailform('filename');}}}
filename: If the file is example.txt, the filename is 'example':

Code: Select all

{{{plugin:dd_mailform('example');}}}
In the sourcecode view of the editor it should look:

Code: Select all

<div>{{{plugin:dd_mailform('example');}}}</div>
Take care, that no copied formats (from the help file) are in the plugin call. Better type it by hand.
Bagheri77 wrote: Wed 5. Apr 2023, 23:47 how to change the background image of the template?
The background image you will find in the folder images/ of the template:

... /images/bgsite.jpg

Rename it and upload your own bgsite.jpg,

Gert
Gert Ebersbach | CMSimple | Templates - Plugins - Services
Bagheri77
Posts: 5
Joined: Wed 5. Apr 2023, 14:41

Re: basic inquiry on Mailform , and template BG picture

Post by Bagheri77 »

Dear Gert, [Thumps up]
Thank you so much for your support and magical solution on the page - without this I would have struggled - thank you
Cheers,
Ali
Post Reply