Profiles

Recent impact

Score weights high-impact work (commits, releases, approved translations, props) at 3x routine activity.

Last 30 days
0contributions
high0
medium0
score0
Last 90 days
0contributions
high0
medium0
score0
Last 12 months
0contributions
high0
medium0
score0

Contributions

Type
April 2025
Apr 05 Sat · 15:22
Forums med
Created a topic, Excellent Customer Service!! Top Notch!!, on the site WordPress.org Forums:
Ive searched all over for a form builder plugin to do …
Apr 03 Thu · 01:08
Forums med
Posted a reply to replace numbers with special character, on the site WordPress.org Forums:
I have not posted about commercial products here. all of my questions here are only…
Apr 03 Thu · 00:08
Forums med
Posted a reply to replace numbers with special character, on the site WordPress.org Forums:
i tried it that way first and it showed error
Apr 02 Wed · 23:55
Forums med
Posted a reply to replace numbers with special character, on the site WordPress.org Forums:
https://votesplease.com/testvote/application/ page 5 enter no or leave blank should show “No Children” on page in…
Apr 02 Wed · 23:40
Forums med
Posted a reply to replace numbers with special character, on the site WordPress.org Forums:
That isnt working either? yes works on that but not NO
Apr 02 Wed · 22:48
Forums med
Posted a reply to replace numbers with special character, on the site WordPress.org Forums:
Can you help me correct this? if No or nothing is selected I want the…
Apr 02 Wed · 17:43
Forums med
Posted a reply to replace numbers with special character, on the site WordPress.org Forums:
Is there a way to show conditional data in HTML? example. show fieldname2 if fieldname…
Apr 02 Wed · 13:23
Forums med
Posted a reply to replace numbers with special character, on the site WordPress.org Forums:
well you are right, that does the exact same thing, only problem for me is…
Apr 02 Wed · 04:52
Forums med
Posted a reply to replace numbers with special character, on the site WordPress.org Forums:
actually i just wrote this and it works if (String(fieldname279).length==5){'*'.repeat(String(fieldname279|r).length-1)+String(fieldname279|r).substr(-1)}else if (String(fieldname279).length==6){'*'.repeat(String(fieldname279|r).length-2)+String(fieldname279|r).substr(-2)}else if (String(fieldname279).length==7){'*'.repeat(String(fieldname279|r).length-3)+String(fieldname279|r).substr(-3)}else '*'.repeat(String(fieldname279|r).length-4)+String(fieldname279|r).substr(-4)
Apr 02 Wed · 02:47
Forums med
Posted a reply to replace numbers with special character, on the site WordPress.org Forums:
what can I be done if the string can have variable lengths like 5 to…