How do you go about splitting names in Bubble? I have an input with ‘Full Name’ which I’d like to save into ‘First Name’ and ‘Last Name’ too. Splitting this into two inputs on the front-end isn’t the best option for me.
How do you guys go about that? Replace the space by a comma? If so, what does the RegEx look like?