Search found 62 matches

by JohnR
Fri Jul 07, 2023 7:02 pm
Forum: General Questions
Topic: Setting a field value
Replies: 6
Views: 633

Re: Setting a field value

Problem resolved - Thanks to all for your replies.
I put a Condition on Field 1 - On Change Calculate Field 2 = [Field 1].
Found that it DOES NOT work if Field 2 has a Floating Label.
Remove the Floating Label and all is right with the world.

Thanks Again!!!
by JohnR
Wed Jun 21, 2023 1:16 pm
Forum: General Questions
Topic: Setting a field value
Replies: 6
Views: 633

Re: Setting a field value

This is not necessarily a 'Condition' situation.
I always want field 2 to show the value entered in field1 after field 1 loses focus.
by JohnR
Tue Jun 20, 2023 10:04 pm
Forum: General Questions
Topic: Setting a field value
Replies: 6
Views: 633

Setting a field value

I've done this before, but the mind is slipping.
When I exit a field I want to set another fields value to the value of the field I just exited.
by JohnR
Tue Nov 15, 2022 8:29 pm
Forum: General Questions
Topic: Cards not popping up
Replies: 7
Views: 478

Re: Cards not popping up

Got it! I thought that having the project stripped down to just the page in question would have been good.
Here's hoping I do better next time!
by JohnR
Mon Nov 14, 2022 10:17 pm
Forum: General Questions
Topic: Cards not popping up
Replies: 7
Views: 478

Re: Cards not popping up

I did strip out everything, except for the Master Page. The page in question only had edit boxes, the rest was just text. Just wondering what else I should have done? I do greatly appreciate your assistance and thought I had brought things down to the bare minimum. When I tried to make another post,...
by JohnR
Mon Nov 14, 2022 8:52 pm
Forum: General Questions
Topic: Cards not popping up
Replies: 7
Views: 478

Re: Cards not popping up

As stated in an earlier post today, I have started from scratch to try to determine why fields on my form are not validating. I'm rebuilding the form one field at a time and have now run into fields not validating. Everything was working properly until I added the 'FAMILY' name on the form. If I rem...
by JohnR
Mon Nov 14, 2022 7:37 pm
Forum: General Questions
Topic: Cards not popping up
Replies: 7
Views: 478

Re: Cards not popping up

Was hoping to leave the cards and attach them as I added extra fields, guess I'll remove the cards and add them back one at a time.
Thanks!
by JohnR
Mon Nov 14, 2022 7:00 pm
Forum: General Questions
Topic: Cards not popping up
Replies: 7
Views: 478

Cards not popping up

I've had some minor problems with a form in the past and decided to start from scratch to see if I can get it working the way I want. I have removed all but two of the input fields and am starting from there. I will add one field at a time until I get it right. At the moment the validation on the fi...
by JohnR
Wed Jul 27, 2022 7:12 pm
Forum: General Questions
Topic: HTML Suffix
Replies: 2
Views: 1841

HTML Suffix

Just wondering why some web pages require the html suffix to access them?
by JohnR
Wed Jun 29, 2022 3:48 pm
Forum: General Questions
Topic: Form fields not validating
Replies: 7
Views: 1830

Re: Form fields not validating

www.ridgley.ca/MarriageForm.wbs
or you can go to http://www.ridgley.ca/mlic.php and click on the 'Link to wbs'.
by JohnR
Tue Jun 28, 2022 6:02 pm
Forum: General Questions
Topic: Form fields not validating
Replies: 7
Views: 1830

Re: Form fields not validating

Project uploaded to ridgley.ca Project name - MarriageForm.wbs
by JohnR
Mon Jun 27, 2022 6:40 pm
Forum: General Questions
Topic: Form fields not validating
Replies: 7
Views: 1830

Re: Form fields not validating

I changed all the minimums to 2 and tried the form again. Same problem. The Submit button appears when you enter the email field at the end of the form. I can click the Submit and it sends a form full of empty fields.
by JohnR
Mon Jun 27, 2022 5:32 pm
Forum: General Questions
Topic: Form fields not validating
Replies: 7
Views: 1830

Form fields not validating

I have a form www.ridgley.ca/mlic.php which contains a number of fields. Problem I'm encountering is you can click the Submit button with the form full of blank fields. I know I must have missed something - just wondering what???
http://www.ridgley.ca/mlic.php
by JohnR
Thu Jan 13, 2022 4:05 pm
Forum: General Questions
Topic: Porting Extensions
Replies: 2
Views: 949

Re: Porting Extensions

That did the trick.
Thanks for being there!!!
by JohnR
Thu Jan 13, 2022 3:04 pm
Forum: General Questions
Topic: Porting Extensions
Replies: 2
Views: 949

Porting Extensions

Is there an easy way to port extensions when moving WWB to another PC?
by JohnR
Tue Jan 04, 2022 4:44 pm
Forum: Showcase your website created by WYSIWYG Web Builder and invite feedback.
Topic: Looking for Input on New Site
Replies: 7
Views: 5535

Re: Looking for Input on New Site

I would be inclined to have a menu bar at the top of the page. I believe this would make it easier for people to navigate your site. Most of the links in the menu are for areas of the main page. Wondering if it would be better to break those areas out into separate pages? This may make it easier for...
by JohnR
Tue Dec 21, 2021 2:04 pm
Forum: General Questions
Topic: Card OK in Preview - not when published
Replies: 4
Views: 2325

Re: Card OK in Preview - not when published

Yup, browser cache cleared.
Tried it on 2 computers and Chrome seems to be the common denominator.
Will have to live with that.
Thanks!
by JohnR
Tue Dec 21, 2021 2:54 am
Forum: General Questions
Topic: Card OK in Preview - not when published
Replies: 4
Views: 2325

Re: Card OK in Preview - not when published

Problem appears to be with Google Chrome. Safari and MS Edge are OK.
by JohnR
Tue Dec 21, 2021 2:38 am
Forum: General Questions
Topic: Card OK in Preview - not when published
Replies: 4
Views: 2325

Card OK in Preview - not when published

I have a Card which looks great in Preview mode but is greatly diminished when published,
even color and animation are gone.
Just wondering what I have missed. www.ridgley.ca
by JohnR
Mon Dec 13, 2021 11:29 am
Forum: General Questions
Topic: Release 17
Replies: 0
Views: 4188

Release 17

The ‘Masking’ option for text fields was worth the price of the upgrade.
One click handles phone number formatting.
THANK YOU!
by JohnR
Thu Aug 19, 2021 9:44 pm
Forum: Off Topic Section
Topic: Conditionally show a field
Replies: 1
Views: 5799

Conditionally show a field

I'd like to conditionally show a field based on the content of another field. I'm guessing I'll need something like:
{% if fielda == 'VISA' %}
show.textarea99
{% endif %}
But I'm not sure of the syntax / placement.
by JohnR
Thu Jul 29, 2021 11:47 am
Forum: General Questions
Topic: Fonts changed
Replies: 2
Views: 2589

Re: Fonts changed

That took care of it. I recently had to rebuild my system and when II reinstalled WYSIWYG
I forgot about the DPI setting.
Thanks for being there!
by JohnR
Thu Jul 29, 2021 7:56 am
Forum: General Questions
Topic: Fonts changed
Replies: 2
Views: 2589

Fonts changed

I added two entries to two drop down lists and republished my page http://ridgley.ca/mlic.php and now fonts on many texts are overlapping.
by JohnR
Wed Jun 16, 2021 4:02 pm
Forum: General Questions
Topic: Text Area Size
Replies: 6
Views: 4616

Re: Text Area Size

It's not just straight reading, that would indeed be very tedious.
What I'm using the area for is a Family Tree. I have broken it into several smaller areas,
and also put a link to a pdf of the full file on the page.
by JohnR
Wed Jun 16, 2021 2:54 pm
Forum: General Questions
Topic: Text Area Size
Replies: 6
Views: 4616

Re: Text Area Size

My apologies, when I said SIZE I should have said MAX LENGTH.
It says that '0 = unlimited', but I have not found that to be the case.
It always stops at around 4092 characters.
by JohnR
Tue Jun 15, 2021 1:36 pm
Forum: General Questions
Topic: Text Area Size
Replies: 6
Views: 4616

Text Area Size

One of the Text Area settings is Size, a Size of 0 is supposed to give you unlimited size,
but appears to stop at about 4092 characters. Any suggestions?
by JohnR
Mon May 03, 2021 8:24 pm
Forum: General Questions
Topic: Editable Content Editor
Replies: 2
Views: 3053

Editable Content Editor

I have set up a page with Editable Content and the accompanying Admin page. I set the editor on the Admin page to Summernote and also tried WWBEDITOR. but neither gives me any options. Just wondering if I need to upload anything else to the server to get more text options when editing? www.ridgley.c...
by JohnR
Mon Dec 21, 2020 7:00 pm
Forum: General Questions
Topic: Flip Switch EVENT
Replies: 16
Views: 3104

Re: Flip Switch EVENT

I have added the java script and the Switch now toggles, but the second Event,
which is 'Show' doesn't activate. I changed the order of the Events, but it does
not seem to make a difference.
by JohnR
Fri Dec 18, 2020 6:30 pm
Forum: General Questions
Topic: Flip Switch EVENT
Replies: 16
Views: 3104

Re: Flip Switch EVENT

I created a folder called 'test' and placed a zipped version of testing.wbs in it.
www.ridgley.ca/test should give you what want.
by JohnR
Thu Dec 17, 2020 11:12 pm
Forum: General Questions
Topic: Flip Switch EVENT
Replies: 16
Views: 3104

Re: Flip Switch EVENT

I uploaded the file testing.wbs to the same server / folder my website, ridgley.ca, is on.
I guess I'm unsure as to what you're looking for. I can provide the IP address, but that would require
you having User ID / Password to access the folder.
by JohnR
Thu Dec 17, 2020 1:03 pm
Forum: General Questions
Topic: Flip Switch EVENT
Replies: 16
Views: 3104

Re: Flip Switch EVENT

by JohnR
Wed Dec 16, 2020 8:25 pm
Forum: General Questions
Topic: Flip Switch EVENT
Replies: 16
Views: 3104

Re: Flip Switch EVENT

I uploaded the file - testing.wbs to my server.
Website ridgley.ca
by JohnR
Wed Dec 16, 2020 4:58 pm
Forum: General Questions
Topic: Flip Switch EVENT
Replies: 16
Views: 3104

Re: Flip Switch EVENT

I did indeed have an error in the link - that has been corrected.
How do I attach the project?
by JohnR
Wed Dec 16, 2020 4:48 pm
Forum: General Questions
Topic: Flip Switch EVENT
Replies: 16
Views: 3104

Flip Switch EVENT

I have a form with 3 Flip Switches with Yes/No settings. When the 3rd switch is selected I want the value to change from NO to Yes and then display a Submit button. On the first 2 switches the values change from No to Yes as expected. On the third the Event triggers properly, but the value stays at ...
by JohnR
Wed Dec 16, 2020 4:41 pm
Forum: General Questions
Topic: Phone number format
Replies: 9
Views: 3379

Re: Phone number format

I tried this with the PAGE HTML and it doesn't seem to work.
Could it be because the phone number is in a FORM?
by JohnR
Mon Sep 28, 2020 6:55 pm
Forum: General Questions
Topic: Phone number format
Replies: 9
Views: 3379

Re: Phone number format

I checked the above link and ran the snippet. Now the question:
where do I place
Var Phone...

$('#phone'...
and
<script src...
by JohnR
Wed Sep 23, 2020 10:21 pm
Forum: General Questions
Topic: Phone number format
Replies: 9
Views: 3379

Re: Phone number format

I set the Data Type to 'Custom' and placed /^(\()?\d{3}(\))?(-|\s)?\d{3}(-|\s)\d{4}$/
in the Custom Expression box but it doesn't make any difference.
by JohnR
Wed Sep 23, 2020 2:27 am
Forum: General Questions
Topic: Phone number format
Replies: 9
Views: 3379

Re: Phone number format

Where do you place the expression, e.g. /^(\()?\d{3}(\))?(-|\s)?\d{3}(-|\s)\d{4}$/
by JohnR
Wed Sep 23, 2020 1:41 am
Forum: General Questions
Topic: Phone number format
Replies: 9
Views: 3379

Phone number format

How can I edit a phone number so that the dashes appear when submitted in a form?
by JohnR
Mon Sep 21, 2020 11:12 am
Forum: General Questions
Topic: **** SOLVED **** I'm missing something
Replies: 2
Views: 1001

Re: I'm missing something

That seems to have corrected the problem.
Thanks so much!!!
by JohnR
Sun Sep 20, 2020 10:29 pm
Forum: General Questions
Topic: **** SOLVED **** I'm missing something
Replies: 2
Views: 1001

**** SOLVED **** I'm missing something

Windows has done a number on me again and I'm missing something in WYSIWYG.
All my websites now have overlapping text: e.g. http://www.ridgley.ca/ml.php
I'm thinking it's an extension.
by JohnR
Fri Aug 14, 2020 1:21 pm
Forum: General Questions
Topic: Registration Key
Replies: 1
Views: 2013

Registration Key

My hard drive was just upgraded and the registration key for WYSIWYG did not copy from the old drive.
How can I get it? jridgley@hotmail.com
by JohnR
Mon Apr 27, 2020 7:20 pm
Forum: General Questions
Topic: Master Page not on top
Replies: 5
Views: 1383

Re: Master Page not on top

Pablo - If you mean under the 'Arrange' tab 'Move to front', then yes that is selected.
Alan - Where do I select 'fixed'?, and where is your template?
by JohnR
Mon Apr 27, 2020 1:40 pm
Forum: General Questions
Topic: Master Page not on top
Replies: 5
Views: 1383

Master Page not on top

This is going to seem like a basic question, but I gotta ask it - One of my websites has about 15 pages, with a Master Page for the Title and Menu Options, it has a page height of 155. I want that page to always remain ON TOP with all the detail on other pages falling behind it when you scroll down,...
by JohnR
Tue Dec 10, 2019 5:12 pm
Forum: General Questions
Topic: Design boxes missing
Replies: 1
Views: 973

Design boxes missing

This rates up there on the 'Dumb Question' scale, but in Design Mode I'm missing all the selections on the left side of the screen. The options for Text type, Menus, Extensions, etc. I've checked the options in the 'View' menu but nothing seems to be there. Not sure where they went, but I need them ...
by JohnR
Sun Aug 11, 2019 8:21 pm
Forum: General Questions
Topic: Form Not Submitting
Replies: 11
Views: 5305

Re: Form Not Submitting

Thanks for that! I've added an error page, but I cannot find the redirect you mentioned. I've checked the object manager and it's not there. The only reference to ml2, to my knowledge, is on the 'success page'. I do have a page ml.html with a redirect to ml.php, but I don't see how that would cause ...
by JohnR
Sun Aug 11, 2019 12:25 pm
Forum: General Questions
Topic: Form Not Submitting
Replies: 11
Views: 5305

Re: Form Not Submitting

I've stripped out everything from the project except the forms and success pages.
The problem occurs when I change the form to 'Do not allow URLs in form data'.
www.ridgley.ca/License.wbs
Hopefully you will be able to see where the issue is.

Thanks!
by JohnR
Sat Aug 10, 2019 6:10 pm
Forum: General Questions
Topic: Form Not Submitting
Replies: 11
Views: 5305

Re: Form Not Submitting

How do I send the project file to you?