@Fox The first place I noticed the problem was when I added a visual to the interface. I added a text link to the interface from the 'textlink' section in the open blocks and inserted an image into it. My aim was to have no text inside and only redirect to a link when the image is clicked. However, no matter how much I removed the predefined "New Link" text, whenever I made an addition or deletion to the interface, it would reappear. To solve this issue, I set the font-size of the text link to 0 using CSS, which prevented the "New Link" text from appearing. The problem I'm talking about is probably similar to what I experienced with the text link. The default values assigned by the system, even if you change them, revert back to the values defined by the system when something new is added to the interface or when a setting is changed (for example, background color or deleting a button). Currently, to overcome this issue, I am constantly keeping a backup of the HTML. Whenever I make a new change, I copy the content from the backup, and this is how I'm trying to deal with it, but it's clear there is a problem. Hopefully, it will be resolved soon.
Create account from web form?
-
Bare with me here. I'm new to this & having a hard time with the terminology used in BAS.
How should I go about setting up an account creation bot where the account info is submitted via website form?
If you need more detail, I have a white labeled saas. New customer currently has to email me and then I create their account manually. I want a new customer to go on my site, fill out a form then have that info used by a bot to create new account or update existing account. Since it's a white labeled saas i don't have access to the backend which is why I would need a bot.
-
Either i'm not understanding your response or you didn't understand my question.
I want someone to fill out a form on my website. Name, email, location etc.
Then have the bot use the info submitted online to create or update an account.What would be the best way to accomplish this?
-
@Dimitri said in Create account from web form?:
Either i'm not understanding your response or you didn't understand my question.
I want someone to fill out a form on my website. Name, email, location etc.
Then have the bot use the info submitted online to create or update an account.What would be the best way to accomplish this?
Do you want to create a license for your script in your bablosoft dashboard on request from your site?
-
@Dimitri said in Create account from web form?:
@Fox I want a form on my website where someone can enter the variables or resources needed for the bot to create an account.
Is that possible?
BAS does not yet have a ready-made functionality for this, so to implement this, you need to come up with and create the logic of work yourself
