Search found 15832 matches
- Mon Apr 12, 2021 5:21 pm
- Forum: WYSIWYG Web Builder - Nederlandstalige versie
- Topic: Hulplijn
- Replies: 3
- Views: 52
Re: Hulplijn
Je kunt rulers guides toe voegen door deze uit de ruler te slepen of handmatig invoeren via 'Add horizontal/vertical ruler guide'.
- Mon Apr 12, 2021 5:19 pm
- Forum: Off Topic Section
- Topic: uploading the contents of a text area to the server
- Replies: 2
- Views: 56
Re: uploading the contents of a text area to the server
You can use the built-in form script to store data in a CSV file.
- Mon Apr 12, 2021 3:32 pm
- Forum: WYSIWYG Web Builder - Nederlandstalige versie
- Topic: Hulplijn
- Replies: 3
- Views: 52
Re: Hulplijn
View -> Rules guides
- Mon Apr 12, 2021 12:50 pm
- Forum: Off Topic Section
- Topic: Order form integration on html file? (Simple shop system?)
- Replies: 8
- Views: 152
Re: Order form integration on html file? (Simple shop system?)
Note that this has nothing to do with WYSIWYG Web Builder. This is standard HTML functionality.
- Mon Apr 12, 2021 5:52 am
- Forum: Responsive Web Design
- Topic: Mobile on touchstart EVENT
- Replies: 2
- Views: 61
Re: Mobile on touchstart EVENT
Note that these are standard HTML events, so whether or not they work depend son the browser, not on WWB.
- Sun Apr 11, 2021 11:55 am
- Forum: Off Topic Section
- Topic: Order form integration on html file? (Simple shop system?)
- Replies: 8
- Views: 152
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: 75
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: 60
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: 75
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: 158
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: 2
- Views: 85
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: 574
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: 574
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: 97
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: 8
- Views: 152
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 ...