How do you create a string generator and insert it in the database.
For example: I would like to generate the code from 1000 to 100000 using the
I have been trying the data format: Collections : random but it is not working.
Thank you help please.
How do you create a string generator and insert it in the database.
For example: I would like to generate the code from 1000 to 100000 using the
I have been trying the data format: Collections : random but it is not working.
Thank you help please.
Give me a min please, this one or something very close to it has been discussed again, let me check.
Check here
It is different.
I would like to generate the code to make sure user activate the code when they click in the link in their email address.
The code will be the same insert in the database between the number 1000 to 100000.
So you want to generate the string on click? Or when they submit the form to save the generated string into the db?
Nice, yes this should do the work!
Yup, the random number generator is the one I need but the random in the collection section does not do it.
I have the same issue right now.
The link that @s.alpaslan sent is not working for you? I mean is not what you are looking for?
this solution working very well …
@s.alpaslan What are you doing woken up at this late hours Get some rest!
@t11 , Looking for movie to watch
Do you have any suggestions ?
If you have Netflix, check some stand up comedy. BTW does netflix have an API?
I created the insert form. However, I am trying to create the random number generator. How the random number can work if the number is from 1000 to 100000. i am not talking about the line in the database. I am talking about the range between the number 100 100000…
Do you have any idea
maybe " la casa de papel " :)) https://github.com/Netflix/restful-jsonapi
did you check my link ?
<dmx-value id="myNumber" value="<?php echo(mt_rand(1000,100000));?>"></dmx-value>
<p>{{myNumber.value.toNumber()}}</p>
Yes this works nice, test this
<dmx-value id="myNumber" value="<?php echo(rand(1000,10000)) ?>"></dmx-value>
copy / paste then use in your actions
Yeah, I was trying to not use this, It can be easily identify by someone who can into your html file to know the range of string.
I guess they do not have any question for it yet in wappler.