[web2py] want to lookup a phone number in a db

2021-10-18 Thread A3
Want to lookup a phone number in a db table the value to lookup is e.g. caller = "+31123456789" Phone numbers in db field can contain + - . and also () and is not very consistent. could look like: phonenumber = "+31-(0)123 456 789" would like something: db(db.table.phonenumber.like(caller)

[web2py] Re: message in register form

2021-10-18 Thread A3
You can edit the view: default/user.html add some html code like you would do in a standard html doc Op maandag 11 oktober 2021 om 20:49:45 UTC+2 schreef lucas: > hello one and all, > > how can i add a simple message to the /user/register form? just plain > text with a link in there als