Page 1 of 1

Version 19 Questions

Posted: Wed Jan 03, 2024 11:03 am
by BarryZ
I upgraded to V19, and it looks familiar but has many new features. Have some questions?

1. I have a ChatGPT 4+ account. Is there any option to use this account in Version 19?

2. Trying "Create New Website" using the Wizard. In my test, there is a "Contact" page that includes a contact form and Submit. Can this be tested in "Preview in Browser" mode and have this form send an email?

Thanks for the great upgrade price.

Thanks
Barryz

Re: Version 19 Questions

Posted: Wed Jan 03, 2024 11:44 am
by BaconFries
1. I have a ChatGPT 4+ account. Is there any option to use this account in Version 19?
Pablo wrote: Tue Nov 28, 2023 5:44 pm You can use any available model, just type in the name in the input field: Tools -> Options -> Artificial Intelligence
Here is a list of all the models:
https://platform.openai.com/docs/models
See also the Artificial Intelligence FAQ:
viewtopic.php?t=97942
2. Trying "Create New Website" using the Wizard. In my test, there is a "Contact" page that includes a contact form and Submit. Can this be tested in "Preview in Browser" mode and have this form send an email?
As all previous versions of the software the answer is no you cannot "Preview" php locally you are required to publish to your host to see the results as php is processed on the server not the browser.

Re: Version 19 Questions

Posted: Wed Jan 03, 2024 12:27 pm
by Pablo
1. Chatgpt 4+ is not the same as OpenAI account. You will need an OpenAI API key.
viewtopic.php?t=97942

2. Forms can only be tested online. PHP code does not work in preview, because the code needs to be processed by the server.