This description may help to prefill form data with previous entered values in case a submit fails.
Helpful in case you press the back button via the browser from the error page to correct the failing data.
Compared to the onBoard save to session in Forms which always brings back the data, this way ...
Search found 34 matches
- Sat Feb 08, 2020 2:15 pm
- Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
- Topic: Prefill form data only in case of a failure return state
- Replies: 0
- Views: 7747
- Thu Feb 06, 2020 4:40 pm
- Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
- Topic: Set checkmark and button to default when clicking page back
- Replies: 0
- Views: 17932
Set checkmark and button to default when clicking page back
This code snipplet may help setting a checkmark and button to a default state when pressing "back" in the browser menue.
It is important that the browser does not remember the former state.
This example is extendable with any buttons, checkmarks, radiobuttons ect.
Example
page1:
set checkmark ...
It is important that the browser does not remember the former state.
This example is extendable with any buttons, checkmarks, radiobuttons ect.
Example
page1:
set checkmark ...
- Fri Jan 24, 2020 3:13 pm
- Forum: Responsive Web Design
- Topic: LayoutGrid with min-height: 0px
- Replies: 7
- Views: 3661
Re: LayoutGrid with min-height: 0px
You can, but it is a matter of naming.
LG should have a proper naming for identification like pagenameLayoutGrid1.
This looks ugly when referencing.
Renaming is a possibility but counteracts the namespace idea.
Naming an anchor inside a LG keeps the benefits from both worlds.
It is also easyer when ...
LG should have a proper naming for identification like pagenameLayoutGrid1.
This looks ugly when referencing.
Renaming is a possibility but counteracts the namespace idea.
Naming an anchor inside a LG keeps the benefits from both worlds.
It is also easyer when ...
- Fri Jan 24, 2020 10:03 am
- Forum: Responsive Web Design
- Topic: LayoutGrid with min-height: 0px
- Replies: 7
- Views: 3661
Re: LayoutGrid with min-height: 0px
@Pablo, @crispy68,
having a collapsing LG is exactly what I want !
I have LG in my masterframe. The current top LG makes that it always stays on top of the page showing basic information like logo, nav ect. One of my pages using the MF, has text where I use bookmarks to easily jump. Because the ...
having a collapsing LG is exactly what I want !
I have LG in my masterframe. The current top LG makes that it always stays on top of the page showing basic information like logo, nav ect. One of my pages using the MF, has text where I use bookmarks to easily jump. Because the ...
- Thu Jan 23, 2020 9:53 pm
- Forum: Responsive Web Design
- Topic: LayoutGrid with min-height: 0px
- Replies: 7
- Views: 3661
LayoutGrid with min-height: 0px
Hello @Pablo,
I am successfully working with LayoutGrids but I have a issue you may have an idea for.
This would not have come up if that LG in question would have not been on the very top.
This LayoutGrid has only one column, is set to transparent and has as only item a bookmark.
You can have an ...
I am successfully working with LayoutGrids but I have a issue you may have an idea for.
This would not have come up if that LG in question would have not been on the very top.
This LayoutGrid has only one column, is set to transparent and has as only item a bookmark.
You can have an ...
- Thu Jan 23, 2020 2:32 pm
- Forum: General Questions
- Topic: Heading question
- Replies: 5
- Views: 1559
Re: Heading question
Follow up question, not found in the style-manager description (btw, old picture on edit style, breakpoint is missing...):
Changing a style in the style-manager (h1, h2, does not matter), default breakpoint, in particular fontsize, this change is not being used for a heading. A different fontsize ...
Changing a style in the style-manager (h1, h2, does not matter), default breakpoint, in particular fontsize, this change is not being used for a heading. A different fontsize ...
- Thu Jan 23, 2020 10:26 am
- Forum: General Questions
- Topic: Heading question
- Replies: 5
- Views: 1559
Re: Heading question
Ok, got that, thanks for explaning.
Means, I can use the one or the other and both lead to the same result.
And this means, if I got it correct, that in the heading tool, chosing a heading, you must not use a predefined style - which would else counteract the original intention and may lead to ...
Means, I can use the one or the other and both lead to the same result.
And this means, if I got it correct, that in the heading tool, chosing a heading, you must not use a predefined style - which would else counteract the original intention and may lead to ...
- Thu Jan 23, 2020 9:13 am
- Forum: General Questions
- Topic: Heading question
- Replies: 5
- Views: 1559
Heading question
Hello @Pablo,
sorry for this maybe stupid question.
What is the difference between:
1. Toolbox - Heading
and
2. Toobox - Text - Style - Predefined Style - Style (where you can chose a heading)
Where on 1. you also can set a Predefined Style additionally
sorry for this maybe stupid question.
What is the difference between:
1. Toolbox - Heading
and
2. Toobox - Text - Style - Predefined Style - Style (where you can chose a heading)
Where on 1. you also can set a Predefined Style additionally
- Wed Dec 11, 2019 10:30 pm
- Forum: Forms
- Topic: Radiobuttons and PHP
- Replies: 2
- Views: 2813
Re: Radiobuttons and PHP
Shame on me, I had a typo 

- Wed Dec 11, 2019 8:00 pm
- Forum: Forms
- Topic: Radiobuttons and PHP
- Replies: 2
- Views: 2813
Radiobuttons and PHP
Hello @Pablo,
maybe a stupid question, but I can´t find it...
I would like to have radiobuttons to be checked by php.
Therefore I created a form and added into that form two radiobuttons rb1 value = 'rb_name1', rb2 value = 'rb_name2'.
Both are member of the same group 'rb_group'.
If one is on the ...
maybe a stupid question, but I can´t find it...
I would like to have radiobuttons to be checked by php.
Therefore I created a form and added into that form two radiobuttons rb1 value = 'rb_name1', rb2 value = 'rb_name2'.
Both are member of the same group 'rb_group'.
If one is on the ...
- Fri Sep 27, 2019 2:16 pm
- Forum: General Questions
- Topic: Wrong naming in announcement
- Replies: 1
- Views: 1787
Wrong naming in announcement
Hello @Pablo,
are you sure about the name of the java script in:
https://www.wysiwygwebbuilder.com/forum ... =1&t=86487
Imho its name should be vivus.js
(else I would not install it
)
are you sure about the name of the java script in:
https://www.wysiwygwebbuilder.com/forum ... =1&t=86487
Imho its name should be vivus.js

(else I would not install it

- Fri Aug 09, 2019 8:48 am
- Forum: Responsive Web Design
- Topic: Breakpoint / Button question (WWB 15.05)
- Replies: 4
- Views: 8084
Re: Breakpoint / Button question (WWB 15.05)

Why is it happening only in 1280+ but not on lower BP?
- Fri Aug 09, 2019 8:17 am
- Forum: Responsive Web Design
- Topic: Breakpoint / Button question (WWB 15.05)
- Replies: 4
- Views: 8084
Re: Breakpoint / Button question (WWB 15.05)
Hello @Pablo,
sure, I made a backup, pls download at https://notitia.nubesmagna.at/s/JFXtBpwYIo8ep7e
pwd: pablo
expires : 2019.08.10
Info_1:
If you have pressed the accept button, the layer including its childs disappears. To show it again, press the "delete cookie" button and reload the page ...
sure, I made a backup, pls download at https://notitia.nubesmagna.at/s/JFXtBpwYIo8ep7e
pwd: pablo
expires : 2019.08.10
Info_1:
If you have pressed the accept button, the layer including its childs disappears. To show it again, press the "delete cookie" button and reload the page ...
- Thu Aug 08, 2019 5:51 pm
- Forum: Responsive Web Design
- Topic: Breakpoint / Button question (WWB 15.05)
- Replies: 4
- Views: 8084
Breakpoint / Button question (WWB 15.05)
Hello @Pablo,
I have a question and it drives me nuts :roll:
Having a project with a master frame and some content frames.
Breakpoints are set at any page with: Default (1280), 1024, 768, 375 & 320. Set "Active BP when browser is larger than device width" (default setting).
Regarding BP ...
I have a question and it drives me nuts :roll:
Having a project with a master frame and some content frames.
Breakpoints are set at any page with: Default (1280), 1024, 768, 375 & 320. Set "Active BP when browser is larger than device width" (default setting).
Regarding BP ...
- Tue Jul 30, 2019 7:29 am
- Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
- Topic: Boost serving your site by using pre-compressed files
- Replies: 0
- Views: 16639
Boost serving your site by using pre-compressed files
Create a .gz version for .css .js and font files
If you run eg nginx as webserver, you can use the directive gzip_static on; for named locations.
This directive automatically checks for the presence of a .gz version of the file requested.
If no .gz file is found, the original file requested is ...
If you run eg nginx as webserver, you can use the directive gzip_static on; for named locations.
This directive automatically checks for the presence of a .gz version of the file requested.
If no .gz file is found, the original file requested is ...
- Tue Jul 30, 2019 5:32 am
- Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
- Topic: Creating a Cookie Banner which only is visible if a cookie has not been set
- Replies: 2
- Views: 8895
Re: Creating a Cookie Bar which only is visible if a cookie has been not been set
@Alan, that is not necessary.
Cookie(s) are stored automatically under the domain name of your site. Take a look at the naming of the cookies in your browser. A site can have more cookies but all of them are collected under the domain name. No extra management is needed. This makes it easy to have a ...
Cookie(s) are stored automatically under the domain name of your site. Take a look at the naming of the cookies in your browser. A site can have more cookies but all of them are collected under the domain name. No extra management is needed. This makes it easy to have a ...
- Mon Jul 29, 2019 8:18 pm
- Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
- Topic: Creating a Cookie Banner which only is visible if a cookie has not been set
- Replies: 2
- Views: 8895
Creating a Cookie Banner which only is visible if a cookie has not been set
This example is about how you can create a cookie banner which appears only if a corresponding cookie has not been set (no accept pressed).
Download https://github.com/js-cookie/js-cookie/blob/latest/src/js.cookie.js which is a very small script
Make this script available to your site so it gets ...
Download https://github.com/js-cookie/js-cookie/blob/latest/src/js.cookie.js which is a very small script
Make this script available to your site so it gets ...
- Sun Jul 28, 2019 10:50 am
- Forum: General Questions
- Topic: Sticky Layer issues
- Replies: 4
- Views: 2324
Re: Sticky Layer issues
Ad Issue_1
I came one step further. If you have a custom style, it does not add your changes to the settings made, it replaces them !
My fault :oops:
Feature Request 1
Add the style element "visibility" as changeable element.
This would give an element the ability to be present but does not ...
I came one step further. If you have a custom style, it does not add your changes to the settings made, it replaces them !
My fault :oops:
Feature Request 1
Add the style element "visibility" as changeable element.
This would give an element the ability to be present but does not ...
- Sun Jul 28, 2019 10:28 am
- Forum: General Questions
- Topic: Sticky Layer issues
- Replies: 4
- Views: 2324
Re: Sticky Layer issues
Thanks @Pablo,
ad Issue_1
WWB will not interprete your custom styles ...
I would be happy if WWB would do that. That is the reason I document this.
As I wrote, setting a custom style for a sticky layer and it´s childs, changes the optical representation in WWB.
Mind to give it a try ?
Regarding ...
ad Issue_1
WWB will not interprete your custom styles ...
I would be happy if WWB would do that. That is the reason I document this.
As I wrote, setting a custom style for a sticky layer and it´s childs, changes the optical representation in WWB.
Mind to give it a try ?
Regarding ...
- Sun Jul 28, 2019 2:06 am
- Forum: General Questions
- Topic: Sticky Layer issues
- Replies: 4
- Views: 2324
Sticky Layer issues
Hello @Pablo,
having issues with Sticky Layers.
Want to achieve the following:
Having a Sticky Layer with a text and a button in it, which is not visible when the page gets rendered. On a to be defined event, this Sticky Layer should get visible, which I would later achieve with JavaScript ...
having issues with Sticky Layers.
Want to achieve the following:
Having a Sticky Layer with a text and a button in it, which is not visible when the page gets rendered. On a to be defined event, this Sticky Layer should get visible, which I would later achieve with JavaScript ...
- Mon Jun 10, 2019 3:37 pm
- Forum: Responsive Web Design
- Topic: Responsive Menu Question
- Replies: 6
- Views: 3618
Re: Responsive Menu Question
I did not know that this is a HTML thing.
But I have found a solution :lol:
I created a layout grid with one column, gave that column the background color and embedded the RM into it.
Then I embedded that LG into the top LG at the place where the RM was before and voila, it is working now as ...
But I have found a solution :lol:
I created a layout grid with one column, gave that column the background color and embedded the RM into it.
Then I embedded that LG into the top LG at the place where the RM was before and voila, it is working now as ...
- Mon Jun 10, 2019 2:46 pm
- Forum: Responsive Web Design
- Topic: Responsive Menu Question
- Replies: 6
- Views: 3618
Re: Responsive Menu Question
I gave that a try.
The bad thing is, that setting the menu breakpoint to the new value will not show the items in the bar anymore but immendiately the hamburger - this is what I also expected. It is preventing multilining but not as intended...
It is just some thinking, but a kind of checkmark ...
The bad thing is, that setting the menu breakpoint to the new value will not show the items in the bar anymore but immendiately the hamburger - this is what I also expected. It is preventing multilining but not as intended...
It is just some thinking, but a kind of checkmark ...
- Mon Jun 10, 2019 1:29 pm
- Forum: Responsive Web Design
- Topic: Responsive Menu Question
- Replies: 6
- Views: 3618
Re: Responsive Menu Question
Sure:
--removed--
I will cancel the login data latest tomorrow.
Let me know if you want/have a location to upload the project.
Many thanks to take a look on !
--removed--
I will cancel the login data latest tomorrow.
Let me know if you want/have a location to upload the project.
Many thanks to take a look on !
- Mon Jun 10, 2019 8:58 am
- Forum: Responsive Web Design
- Topic: Responsive Menu Question
- Replies: 6
- Views: 3618
Responsive Menu Question
Adding: Toolbox -> Responsive Menu (the one with the hamburger on the left)
Configuring the items and the icons, setting fullwidth to true, a background color.
The RM is embedded in a Layout Grid with right/middle alignment.
The menu is working fine, it shows as a single bar which is right browser ...
Configuring the items and the icons, setting fullwidth to true, a background color.
The RM is embedded in a Layout Grid with right/middle alignment.
The menu is working fine, it shows as a single bar which is right browser ...
- Wed Jun 05, 2019 8:02 am
- Forum: Responsive Web Design
- Topic: Bootstrap Mega Menu
- Replies: 1
- Views: 2512
Bootstrap Mega Menu
Using WWB 14.4.0 with the Bootstrap Mega Menu 1.2.2 from extensions.
In general I can configure it as I want and the result is what I expect, but two things drives me nuts.
is there a possibility to change (increase) the hamburger icon size?
whatever I do, the hamburger icon will always be on the ...
In general I can configure it as I want and the result is what I expect, but two things drives me nuts.
is there a possibility to change (increase) the hamburger icon size?
whatever I do, the hamburger icon will always be on the ...
- Tue May 21, 2019 4:22 pm
- Forum: General Questions
- Topic: Space between text object and image/picture
- Replies: 1
- Views: 3127
Space between text object and image/picture
Having following situation:
WWB 14.3.14 / x64
Responsive page with 3 breakpoints
Referenced to a master frame containing a content place holder
The page has one text object, positioned at top left
everything is default (beside transparent, RWD and font, no margin/border, left padding with 5 ...
WWB 14.3.14 / x64
Responsive page with 3 breakpoints
Referenced to a master frame containing a content place holder
The page has one text object, positioned at top left
everything is default (beside transparent, RWD and font, no margin/border, left padding with 5 ...
- Fri May 17, 2019 3:47 pm
- Forum: Forms
- Topic: Contact Form - sort order of element output
- Replies: 1
- Views: 2218
Contact Form - sort order of element output
I have created a contact form with 4 elements:
Name
eMail
Text
Dataprotection checkmark
Send
When sending this form, the content of the contact form elements are added to the eMail body as setup.
But for some reason, Name is not the first item added even it is in the layout added on top.
I have ...
Name
Text
Dataprotection checkmark
Send
When sending this form, the content of the contact form elements are added to the eMail body as setup.
But for some reason, Name is not the first item added even it is in the layout added on top.
I have ...
- Thu May 16, 2019 10:47 am
- Forum: Previewing and Publishing
- Topic: Publish this text as an image
- Replies: 10
- Views: 10312
- Thu May 16, 2019 10:47 am
- Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
- Topic: Hide eMail Address from Spambots
- Replies: 0
- Views: 12508
Hide eMail Address from Spambots
This is a small description how to hide an eMail address from spambots.
If you have a text object which contains an eMail address, you may want to show that eMail address normally in the browser, but make it hard for spambots or crawlers to parse it automatically.
There are a couple of ways doing ...
If you have a text object which contains an eMail address, you may want to show that eMail address normally in the browser, but make it hard for spambots or crawlers to parse it automatically.
There are a couple of ways doing ...
- Thu May 16, 2019 9:15 am
- Forum: Previewing and Publishing
- Topic: Publish this text as an image
- Replies: 10
- Views: 10312
Re: Publish this text as an image
Ah, ok, thanks for the notice.
Is there a page where you can enter tips and tricks / best practices so this way of treating eMail addresses can be documented ? May be of interest to other users...
Is there a page where you can enter tips and tricks / best practices so this way of treating eMail addresses can be documented ? May be of interest to other users...
- Thu May 16, 2019 7:23 am
- Forum: Previewing and Publishing
- Topic: Publish this text as an image
- Replies: 10
- Views: 10312
Re: Publish this text as an image
I know, thanks,
my proposal was to add a functionality adding <code></code> without leaving html encoding.
Like you turn a pice of text into a link - you add by command pre/post html elements around the marked text.
Just for completeness and to help other readers, I needed to add following ...
my proposal was to add a functionality adding <code></code> without leaving html encoding.
Like you turn a pice of text into a link - you add by command pre/post html elements around the marked text.
Just for completeness and to help other readers, I needed to add following ...
- Thu May 16, 2019 6:55 am
- Forum: Previewing and Publishing
- Topic: Publish this text as an image
- Replies: 10
- Views: 10312
Re: Publish this text as an image
Hello Pablo,
this is the original page I looked at with some suggestions how to hide eMail addresses from bots.
https://www.smartlabsoftware.com/howto/hide-email-spambots.htm
My vavorite is <code></code> as it stays part of the text, renders properly and is hard to parse for bots.
Example: <code ...
this is the original page I looked at with some suggestions how to hide eMail addresses from bots.
https://www.smartlabsoftware.com/howto/hide-email-spambots.htm
My vavorite is <code></code> as it stays part of the text, renders properly and is hard to parse for bots.
Example: <code ...
- Wed May 15, 2019 4:09 pm
- Forum: Previewing and Publishing
- Topic: Publish this text as an image
- Replies: 10
- Views: 10312
Re: Publish this text as an image
Thanks for the answer.
I tried that and yes the image is now merged and you can see it in the browser.
The bad thing is, the image is mispositioned versus how it looks in wwb editing.
So this is not real usable.
You can do name<code>@</code>domain.com but then you have to turn off html encoding for ...
I tried that and yes the image is now merged and you can see it in the browser.
The bad thing is, the image is mispositioned versus how it looks in wwb editing.
So this is not real usable.
You can do name<code>@</code>domain.com but then you have to turn off html encoding for ...
- Wed May 15, 2019 12:07 pm
- Forum: Previewing and Publishing
- Topic: Publish this text as an image
- Replies: 10
- Views: 10312
Publish this text as an image
I have identified an issue, at least not described anywhere I looked.
When you create a text object and format it with eg font Arial, 12 and you define to "Publish this text as an image", in my case png, everything works well and you eg see image in the browser.
On my site I am just working on, I ...
When you create a text object and format it with eg font Arial, 12 and you define to "Publish this text as an image", in my case png, everything works well and you eg see image in the browser.
On my site I am just working on, I ...