Search found 15827 matches
- Sun Apr 11, 2021 11:55 am
- Forum: Off Topic Section
- Topic: Order form integration on html file? (Simple shop system?)
- Replies: 6
- Views: 103
Re: Order form integration on html file? (Simple shop system?)
Im saw before then there is exist system that allow to send order for example "outlook" -email application just by, using or open in email but, what i want to there is "that" or "script" -then the site pre-fills in the sections of what should be or be added to the email. You can do this by using 'm...
- Sun Apr 11, 2021 11:52 am
- Forum: WYSIWYG Web Builder - Nederlandstalige versie
- Topic: Jplayers plaatsen
- Replies: 3
- Views: 53
Re: Jplayers plaatsen
De browser geeft aan dat er nog steeds een fout in de HTML zit.
Ik kan aan de code niet zien wat je precies gedaan hebt, maar jPlayer is een third party script is dus daar kan ik geen support op geven.
Ik kan aan de code niet zien wat je precies gedaan hebt, maar jPlayer is een third party script is dus daar kan ik geen support op geven.
- Sun Apr 11, 2021 11:44 am
- Forum: Links and Navigation
- Topic: How to insert the icon in the css menu along with text
- Replies: 2
- Views: 38
Re: How to insert the icon in the css menu along with text
You can use both icon and text in the CSS menu:


- Sun Apr 11, 2021 10:10 am
- Forum: WYSIWYG Web Builder - Nederlandstalige versie
- Topic: Jplayers plaatsen
- Replies: 3
- Views: 53
Re: Jplayers plaatsen
Je hebt zelf code aan de pagina toegevoegd (inside body tag). Hierdoor is de struktuur van de HTML ongeldig.
- Sun Apr 11, 2021 6:47 am
- Forum: General Questions
- Topic: One Button for two actions?
- Replies: 4
- Views: 135
Re: One Button for two actions?
You can submit the form via an event (form submit) and then do a redirect.
Or else write a custom script that performs both actions in a JavaScript function.
Note that these type of 'web applications' usually require programing. Because this is not a common feature.
Or else write a custom script that performs both actions in a JavaScript function.
Note that these type of 'web applications' usually require programing. Because this is not a common feature.
- Sun Apr 11, 2021 6:39 am
- Forum: General Questions
- Topic: Relocating Project Files
- Replies: 1
- Views: 44
Re: Relocating Project Files
You can move the project files into one folder..
But make sure that you also include the project folder, which has the same name as the project and contains the images.
Related FAQ:
viewtopic.php?f=10&t=1884
But make sure that you also include the project folder, which has the same name as the project and contains the images.
Related FAQ:
viewtopic.php?f=10&t=1884
- Sun Apr 11, 2021 6:37 am
- Forum: General Questions
- Topic: Help with Tabs - formatting
- Replies: 8
- Views: 554
Re: Help with Tabs - formatting
1. Right click the tab object
2. Select 'Custom Style'
3. Enter this code:
2. Select 'Custom Style'
3. Enter this code:
Code: Select all
min-height: 500px
- Sat Apr 10, 2021 6:06 pm
- Forum: General Questions
- Topic: Help with Tabs - formatting
- Replies: 8
- Views: 554
Re: Help with Tabs - formatting
Thanks for the project
But where extactly do I need to look?
And what would you like to change?
But where extactly do I need to look?
And what would you like to change?
- Sat Apr 10, 2021 3:02 pm
- Forum: Forms
- Topic: No Success Page when processing Form
- Replies: 4
- Views: 65
Re: No Success Page when processing Form
The form processor script should not be enabled for this extension.
The built-in form processor and MySQL extension are two different scripts, they cannot be combined.
The built-in form processor and MySQL extension are two different scripts, they cannot be combined.
- Sat Apr 10, 2021 2:50 pm
- Forum: Off Topic Section
- Topic: Order form integration on html file? (Simple shop system?)
- Replies: 6
- Views: 103
Re: Order form integration on html file? (Simple shop system?)
Unfortunately, I cannot help you write custom scripts, because for me that would also take a lot of time. The built-in form script only supports basic functionality like send emails, store data in a database or upload files. It does not implement web shop functionality because this is usually a lot ...
- Sat Apr 10, 2021 2:23 pm
- Forum: Forms
- Topic: No Success Page when processing Form
- Replies: 4
- Views: 65
Re: No Success Page when processing Form
If you are using a custom script then you should not enable the built-in form script.
- Sat Apr 10, 2021 2:20 pm
- Forum: Off Topic Section
- Topic: Order form integration on html file? (Simple shop system?)
- Replies: 6
- Views: 103
Re: Order form integration on html file? (Simple shop system?)
I cannot change the way PayPal works, but maybe one of these solutions will be useful?
viewtopic.php?f=10&t=57726
or else you can integrate any third party solution via the HTML object.
viewtopic.php?f=10&t=57726
or else you can integrate any third party solution via the HTML object.
- Sat Apr 10, 2021 9:39 am
- Forum: WYSIWYG Web Builder - Nederlandstalige versie
- Topic: naam van pagina verbergen
- Replies: 4
- Views: 80
Re: naam van pagina verbergen
Je kunt een link maken naar een pagina met een 'logout' knop.
- Sat Apr 10, 2021 6:52 am
- Forum: WYSIWYG Web Builder - Nederlandstalige versie
- Topic: naam van pagina verbergen
- Replies: 4
- Views: 80
Re: naam van pagina verbergen
Als je dus de naam van de pagina weet kan je daar naartoe zonder dat je een password hoeft te gebruiken. Zelfs als je de URL weet, dan kun je niet op de pagina komen wanneer deze beveiligd is met een wachtwoord. Dit werkt alleen als je al bent ingelogd. Als je niet bent ingelogd dan wordt je naar d...
- Sat Apr 10, 2021 6:47 am
- Forum: General Questions
- Topic: One Button for two actions?
- Replies: 4
- Views: 135
Re: One Button for two actions?
I think the order of the events is important.
For example, if you trigger a link then the browser will go to another page immediately so all events after that will be ignored.
But can't you just use the 'Success page' option of the form instead?
For example, if you trigger a link then the browser will go to another page immediately so all events after that will be ignored.
But can't you just use the 'Success page' option of the form instead?